The shitposting utility bot
Go to file
Alex Vidal 67a50f3317 Fix last.fm bug for users not listening to something.
The last.fm plugin previously worked only for users not listening to
anything, and then it was 'fixed' for users listening to something, but
broke for users not listening to something. See lastfm.py comments for
changes.
2011-02-04 03:39:26 +08:00
core Add a censored strings list feature. 2011-01-02 11:00:06 +08:00
docs shuffle around the docs directory 2010-11-11 23:43:58 -06:00
plugins Fix last.fm bug for users not listening to something. 2011-02-04 03:39:26 +08:00
.gitignore fix .gitignore 2010-08-22 17:30:26 -05:00
README.creole 2010-11-11 21:36:19 -08: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.