-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Levtastic edited this page Sep 25, 2015
·
1 revision
KittenBot is a Kitten IRC bot, built on the irc python framework.
Effort has been made to keep all kitten-like code in the database, and not in the actual bot code. The intention is for the bot to be easily re-used as any kind of response bot.
Highly configurable through database values, and highly modular allowing new functionality to be bolted on using Module files and Event Hooks, which can fire Bot functions.
A notable module which requires its own page is the DB module, which handles storing and retrieving data.
Basically a "my first irc bot" project, and "my first git repo" experience for me.