This is the source code for the Forged Alliance Forever IRC bot.
Install Python 2.7 or a later 2.x version.
Install the package dependencies:
pip install -r requirements.txt
Create the config file and modify the settings as appropriate:
cp fafbot.conf.example fafbot.conf
Create the passwords.py
file. You can create of copy of the passwords.py.example
file
in the server repo.
python fafbot.py
py.test tests/