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
python setup.py build
python setup.py install
Take a look at the example directory for an example bot called 'botbot'
Run:
python example/botbot.py
Try adding your own plugins in example/plugins.