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!
Library depends
-
python-twisted
-
python-yapsy
-
python-twython
bash devel_setup.sh
source venv/bin/activate
pip install -r requirements.txt
python bot_chema.py bot.cf
Pending
Plugins are based in YAPSY plugins, you can inherit from BasePlugin and TextTriggerPlugin (a generic trigger behaviour)