Python port of binks.js.
Create Discord Bot:
- Go to Discord developer portal
- Under Application » Bot
- Enable Message Content Intent
- Under Application » Bot
- Invite the bot to a server
- Go to Application » OAuth2 » URL Generator
- Enable
bot
- Enable Send Messages, Read Messages/View Channels, and Read Message History
- Under Generated URL, click Copy and paste the URL in your browser
Start LLM backend:
ollama pull llama3
ollama serve
Run:
python app.py