Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 577 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 577 Bytes

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 and Python 3.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.