Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silent1mezzo/jeeves-framework

A Python IRC Bot Framework. Easily create IRC bots with a single command
https://github.com/silent1mezzo/jeeves-framework

Last synced: 3 months ago
JSON representation

A Python IRC Bot Framework. Easily create IRC bots with a single command

Awesome Lists containing this project

README

        

Jeeves Framework
================

.. image:: https://secure.travis-ci.org/silent1mezzo/jeeves-framework.png?branch=master
:target: http://travis-ci.org/#!/silent1mezzo/jeeves-framework

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 `_.

Prerequisites
+++++++++++++

* `Twisted `_
* (optional) `pyOpenSSL `_

Usage
+++++
The following four commands will get a basic IRC bot up and running. Default plugins are in the works for future releases.

* \`pip install jeeves-framework` or \`pip install git+git://github.com/silent1mezzo/jeeves-framework.git`
* \`jeeves-admin.py startbot `
* \`cd `
* \`python bot.py runbot`

Upcoming Features
+++++++++++++++++
You can check out our `Issues page `_ for all of the upcoming features.