A Discord chat bot, being an overexcited anime girl that loves ice cream, using a lot of "UwU speech" and kaomojis.
Made using OpenAI's API and Pycord, for the lack of affection in my life fun and silliness!
To run the bot, make sure you have Python 3.8 or higher installed. You can download it here.
You will need to create a Discord application in the Discord Developer Portal, and add a bot to it. You can find a guide on how to do that here. You will also need an OpenAI API key, which you can get by creating an account here.
-
Clone the repository, either by downloading the ZIP file on GitHub, or by using
git clone
. -
Move to the directory in your terminal.
-
Install the dependencies using
pip install -r requirements.txt
. -
Create a file called
.env
in the root directory of the project, and add the following:DISCORD_TOKEN=<your token here> OPENAI_API_KEY=<your key here>
where
<your token here>
is your Discord bot token, and<your key here>
is your OpenAI API key. -
Run the bot using
python main.py
.
Whether you have an issue or if you want to add a feature, feel free to open an issue or a pull request. I'll be happy to look at it, and potentially merge it!