The shitposting utility bot
Go to file
Ryan Hitchman 1f84e5ded7 add readme 2010-08-22 17:17:46 -05:00
core Added 'me' function for action strings. 2010-07-14 14:57:43 +08:00
docs pep8 compliance 2009-07-08 11:28:15 -06:00
plugins see bots 2010-08-11 02:31:40 -06:00
.hgignore purge iambuttbot module -- account was banned 2009-11-17 17:29:03 -07: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]]