the most cursed discord bot ever https://maxwellj.xyz/alfreda
Go to file
2024-07-16 17:27:58 +10:00
.envexample Add this back 2024-07-16 17:27:58 +10:00
LICENSE Initial commit 2024-06-10 21:12:52 +10:00
main.py Add back a load of stuff that got disappeared when Git broke for a moment 2024-07-16 17:27:00 +10:00
README.md Add instructions for self hosting 2024-06-11 19:08:10 +10:00

Alfreda

Alfreda is the most cursed discord bot ever.

Read more at https://maxwellj.xyz/alfreda

Issues and more are avaliable in this repo, and feel free to clone and experiment!

gpl my beloved

Setup (for self hosting)

  1. If you're using Linux, or another platform that doesn't allow packages install through Pip, make a virtual environment. python -m venv path/to/venv and activate it with source path/to/venv/bin/activate.fish (if using fish, use activate while using bash or sh)

  2. Run pip install anthropic discord to install the Anthropic and Discord API wrappers. (duh)

  3. Clone the repo git clone https://git.maxwellj.xyz/max/alfreda.git and cd alfreda

  4. Edit the main.py file with your Anthropic and Discord API keys. Get them at https://console.anthropic.com and https://discord.dev Be sure to not share these with anyone, as you might allow someone to use your Anthropic credits or send messages through your Discord bot!

  5. python3 main.py