Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 796 Bytes

File metadata and controls

35 lines (22 loc) · 796 Bytes

Aimable

A python IRC bot forked off of Skybot.

Website: https://github.com/stoneLeaf/aimable

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

  • Python 2.6 or 2.7
  • Many of the plugins require lxml

Documentation

The documentation is located in the docs/ directory. You can also find it on the project's wiki.

License

This sofware is licensed under The MIT License (MIT). Read LICENSE.txt.