Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 919 Bytes

File metadata and controls

15 lines (10 loc) · 919 Bytes

Chat-W-Tony: Discord Chatbot

Chat with tony Stark after he sacrifised himself for the greater good. Ask him intereseting questions, like "Do you think peter would do justice to your inheritence", or "do you believe your family could live without you".

This program itself was mostly written with the help of GPT-3, through GitHub CoPilot, so AI is the real thing here

Getting started

To host your own instalnce of Chat-W-Tony, follow these steps

  1. Create a Discord Bot Application from the portal, convert it to a Bot and add it to a server, with the Send message permission.
  2. Copy the Bot's Client Secret
  3. Create an account with OpenAI and obtain an API key
  4. Rename .env.example to .env and replace the values.
  5. Install the dependencies and run the server with npm start