Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 869 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 869 Bytes

FA Forever - IRC bot

Build Status Scrutinizer Code Quality

This is the source code for the Forged Alliance Forever IRC bot.

Installation

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.

Usage

python fafbot.py

Running the tests

py.test tests/