Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
MikeRixWolfe edited this page Jan 9, 2014 · 7 revisions

Skybot documentation

THIS IS THE HACK@UCF FORK OF SKYBOT

Skybot is a python IRC bot.

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

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

Table of contents

Clone this wiki locally