Skip to content
stoneLeaf edited this page Apr 18, 2012 · 4 revisions

Aimable documentation

A python IRC bot forked off of Skybot.

You can find me (stoneLeaf) and test the bot in #owi on Freenode.

Introduction

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

Aimable runs on Python 2.6 and 2.7. Many of the plugins require lxml.

Table of contents

License

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

Clone this wiki locally