texnofobix / DirkBot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 &

About

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

License:MIT License


Languages

Language:Python 100.0%