The shitposting utility bot
Go to file
stoneLeaf 4770c8c227 Updated the Google Translate plugin
The Google Translate API v1 has been stopped since December 1, 2011. From now on, the API is a paid service only.
The plugin has been updated to support v2 and grab the (mandatory) API key from the bot config file.
2012-04-12 16:11:52 +02:00
core reconnect on socket.error, PEP8 2011-05-11 15:40:04 -05:00
docs shuffle around the docs directory 2010-11-11 23:43:58 -06:00
plugins Updated the Google Translate plugin 2012-04-12 16:11:52 +02:00
.gitignore google: unescape titles. drama: set api endpoints to new domain. 2011-05-30 05:18:01 -06:00
README.creole 2010-11-11 21:36:19 -08:00
bot.py remove a (really old) line that was used for debugging 2011-09-07 10:27:45 -05: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.