Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 980 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 980 Bytes

Python IRC Bot Modular Framework

Summary

This is a Python IRC Bot Modular Event-Driven Framework. Unlike other python IRC bots currently available, this is written with standard libraries only; there is not underlying frameworks such as twisted or asyncchat involved. It establishes a asynchronous chat with the server. It already comes with a few irc modules that provides various functionality to users. Additionally, the modular design of the framework allows modules to be easily created and to be loaded into the bot without restarting.

Please note, this framework was based on one of my earlier attempts at bot creation that was really old, therefore some modules that use APIs might not work due to deprecation

Things that are in the works

  • Quiz.py - Has runtime errors that are known
  • Commenting and Documentation

Prerequisites

  • Python 3.4.0 (or higher)

Setup

  1. Install Python 3.4.0 (or higher)
  2. Download the files
  3. Run launch.py