K-Eight is a Python IRC Bot designed to be lightweight, yet customizable. It comes with a number of standard modules ranging from games to channel management, but can be easily extended.
Documentation, guides and general help can be found on the website: http://mrjohz.github.io/K-Eight/
Unzip this folder into a directory.
- Create your configuration file: ~ $ python keight.py --new_config
- Modify the newly-created
config.yml
file to suit your requirements. - Go for it. ~ $ python keight.py
Requires: Python 2.7.x
Based heavily on Sean B. Palmer's Phenny: http://inamidst.com/phenny/
Module ircutils by Evan Fosmark: http://pypi.python.org/pypi/ircutils
See ircutils files for license.
Plugin system based on one described by lkubuntu: http://lkubuntu.wordpress.com/2012/10/02/writing-a-python-plugin-api/