The shitposting utility bot
Go to file
Ryan Hitchman 8401ec50bf add license (public domain). fixes #100
I don't have CLAs from everyone involved (it's an IRC bot), but almost all
the core code was written by me and should be safe.
2014-04-02 01:31:49 -07:00
core Allow skybot to join password protected channels 2014-03-20 11:58:22 -07:00
docs Updated documentation 2012-04-13 01:45:06 +02:00
plugins Youtube plugin no longer relies on locale (fixes #53) 2014-04-02 01:20:38 -07:00
.gitignore google: unescape titles. drama: set api endpoints to new domain. 2011-05-30 05:18:01 -06:00
LICENSE add license (public domain). fixes #100 2014-04-02 01:31:49 -07:00
README.creole add license (public domain). fixes #100 2014-04-02 01:31:49 -07:00
bot.py flake8 + autopep8 (whitespace fixes) 2014-01-14 13:12:37 -08: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.

==License==
Skybot is public domain. If you find a way to make money using it, I'll be very impressed.