The shitposting utility bot
Go to file
Ryan Hitchman c2a607198c PEP8 2010-08-29 22:35:27 -05:00
core PEP8 2010-08-29 22:35:27 -05:00
docs take a first stab at writing documentation 2010-08-22 20:16:04 -04:00
plugins PEP8 2010-08-29 22:35:27 -05:00
.gitignore fix .gitignore 2010-08-22 17:30:26 -05:00
README.creole add readme 2010-08-22 17:17:46 -05:00
bot.py disable !command, enable fuzzy command matching, make help automatic, add disabled_command (for fuzzy command match disabling), misc bugs 2010-05-07 17:16:44 -06:00

README.creole

= Skybot =

==Goals==
* simplicity
** little boilerplate
** minimal magic
* power
** multithreading
** automatic reloading
** extensibility

==Features==
* Multithreaded dispatch and the ability to connect to multiple networks at a time.
* Easy plugin development with automatic reloading and a simple hooking API.

==Requirements==
Skybot runs on Python 2.6. Many of the plugins require [[http://codespeak.net/lxml/|lxml]]. It is developed on Ubuntu 9.10 with Python 2.6.4.

==Documentation==
[[Plugins|Writing plugins]]

[[Config|Configuration]]