skip to navigation
skip to content

Beacon 1.3-alpha

Python IRC bot for Python 3

Beacon IRC Bot

Beacon is the successor to my previous bot, [sthrs/Pythot](https://github.com/sthrs/Pythot), in turn a fork of [sbp/phenny](https://github.com/sbp/phenny).

I plan on porting modules from phenny and Pythot (it's not that difficult, just upgrade it for Python 3 and change around a few variable names).

Before you begin, the prerequisites are:

After that, edit the conf.yaml.sample file, move it to conf.yaml, and run: <pre>$ ./main.py</pre> to start the bot. Have fun!

Testing

Tests are performed in the test/ directory. Tests can be run individually on a per-file basis, or they can all be run at once by running __init__.py.