A framework for creating IRC bots and clients using Python 2 or 3, focusing on ease-of-use and intuition. IRC a low level of raw events and event objects, or a higher level w channel/user objects, as well as thread and commonly used IRC client features.
This is a Python script to parse your irssi logs and input them into a MySQL database which you can then use to search and display your logs on the web. It incrementally updates the database from the logs and is ideally run as a cronjob often.
Knab is a completely modular bot written in perl that supports hot-pluggable modules that can be loaded, reloaded and unloaded on the fly. It is medium-independent, and can take input from IRC, console, etc. It is designed to be very easy to extend.