Discord Code eval bot using the Rextester API.
- Create a discord bot account at the discord developers page. IMPORTANT Create a bot user as well.
- clone the repository and create a Virtual Environment
- Install all the requirements via
pip install -r requirements.txt - Create a
config.iniin the following format:
[discord]
token = YOURDISCORDTOKEN. DISCORD! TOKEN! NOT ID OR SECRET
- Launch the bot via
python main.py. If you want to run the bot permanently i recommend usingtmuxorscreen.