Jeeves Framework: IRC Bots made easy

Release v0.4.1. (Installation)

The Jeeves Framework is a Python IRC library that makes creating and running IRC bots. A few of the core principles were borrowed from Django. The basic idea came when I read about Jessamyn Smith’s Talk Back Bot.

You can easily geta bot up and running in seconds:

$ pip install jeeves-framework
$ jeeves-admin.py startbot examplebot
$ cd examplebot
$ python bot.py runbot

Now you’ll have a bot that connects to IRC. You can add your own plugins to customize how the bot interacts with different commands.

Project Versions

Table Of Contents

Next topic

Introduction - Soon!

This Page