68e5535ca4
don't know if this was possible before, and if it was it should be removed and the appropriate changes should be made without the http.py change. Stock plugin output was changed so the percent change has an actual percentage sign after it. UrbanDictionary plugin was changed to use a referer because it didn't work without it. |
||
---|---|---|
core | ||
docs | ||
plugins | ||
.gitignore | ||
README.creole | ||
bot.py |
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.