This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luke Rogers 97f1f674d2 Edited config handling 2011-11-21 12:01:06 +13:00
core Added configurable command prefix 2011-11-21 00:03:49 +13:00
disabled_plugins Disabled broken/unfinished plugins 2011-11-21 00:51:57 +13:00
docs First :D 2011-11-20 22:23:31 +13:00
plugins Tidied up admin.py 2011-11-21 03:06:44 +13:00
LICENSE First :D 2011-11-20 22:23:31 +13:00
README.creole Updated README again (Derp) 2011-11-21 00:33:56 +13:00
bot.py First :D 2011-11-20 22:23:31 +13:00

README.creole

= CloudBot - A fork of 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==
CloudBot runs on Python 2.7. Many of the plugins require [[http://codespeak.net/lxml/|lxml]] and [[http://www.crummy.com/software/BeautifulSoup/|BeautifulSoup]]. It is developed on Ubuntu 11.10 with Python 2.7.2.