DirkBot is a Discord bot originally designed to connect to a Quake2 D-Day game server to report back status.
- Install (recommend virtualenv)
git clone https://github.com/texnofobix/DirkBot.git
virtualenv -p python3 .
source bin/activate
pip install -r requirement.txt
-
Copy config_example.ini to config.ini and update the file appropriately.
-
Start it
nohup python3 mybot.py &