tian2992 / tio_chema

https://gitorious.org/tio_chema/tio_chema
GNU General Public License v3.0
4 stars 6 forks source link

Tio Chema

tio_chema is a simple IRC bot, made with love by and for the Guatemalan Free Software Community. Features an extendable design, non-blocking, concurrent plugins, where the base API is simple and each plugins implement it's own functionality, without making things complicated.

PLZ HELP: see our TODO list!

Installation

Library depends

Usage

Activate the virtual enviroment (optional)

source venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Edit the bot.cf file to your convenience

Run bot_chema.py

python bot_chema.py bot.cf

Testing

Pending

Plugin Architecture

Plugins are based in YAPSY plugins, you can inherit from BasePlugin and TextTriggerPlugin (a generic trigger behaviour)