Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 545 Bytes

README.creole

File metadata and controls

20 lines (17 loc) · 545 Bytes

Weedbot

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

Weedbot runs on Python 2.6. Many of the plugins require lxml. It is developed on Ubuntu 9.10 with Python 2.6.4. It will run on Linux and windows. It also requires:

  • PIL
  • Requests