A simple bot for the maffiagame www.maffiaworld.nl
Create a virtualenv and install the required packages:
virtualenv .env
source .env
pip install -r requirements.txt
Set your credentials in mafbot/conf.py:
username = 'user'
password = '11235811'
./mafbot.py