pyaib is an easy to use framework for writing irc bots. pyaib uses gevent for its Asynchronous bits.
- SSL/IPv6
- YAML config
- plugin system
- simple nickserv auth
- simple abstract database system
pip install pyaibor
python setup.py build
python setup.py installTake a look at the example directory for an example bot called 'botbot'
Run:
python example/botbot.pyTry adding your own plugins in example/plugins.
Take a look at the wiki for information about plugin writing and using the db component.
See the CONTRIBUTING file for how to help out.
pyaib is Apache licensed, as found in the LICENSE file.