/DirkBot

a simple quake2 discord bot based on pyrcon and discord.py

Primary LanguagePythonMIT LicenseMIT

DirkBot

DirkBot is a Discord bot originally designed to connect to a Quake2 D-Day game server to report back status.

  1. Install (recommend virtualenv)
git clone https://github.com/texnofobix/DirkBot.git
virtualenv -p python3 .
source bin/activate
pip install -r requirement.txt
  1. Copy config_example.ini to config.ini and update the file appropriately.

  2. Start it

nohup python3 mybot.py &