h/README.creole

27 lines
564 B
Plaintext

= 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==
To install dependencies, run:
pip install -r requirements.txt
Skybot runs on Python 2.7.
==License==
Skybot is public domain. If you find a way to make money using it, I'll be very impressed.
See LICENSE for precise terms.