Rabbot is a Discord Bot written in Python. The bot is currently early in development.
- Python
- discord.py
- beautifulsoup4
Rabbot can be run locally or on a cloud computing service such as AWS or Azure. To create a bot and add it your server, follow the instructions here: https://discordapp.com/developers/docs/intro
Make sure the requirements above are installed, and set up your enviornment variables to be the following:
TOKEN=(Your Bot Token)
SERVERID=(Your Discord Server ID)
Once your enviornment variables are set, run the python script and the bot should come online.