Go to file
jesopo 023107385e add interface for code units that need an IServer context 2020-04-02 17:55:50 +01:00
examples add prints to examples/simple.py 2020-04-01 23:06:08 +01:00
ircrobots add interface for code units that need an IServer context 2020-04-02 17:55:50 +01:00
.gitignore Initial commit 2020-04-01 15:16:03 +01:00
LICENSE Initial commit 2020-04-01 15:16:03 +01:00
README.md first commit 2020-04-01 15:36:53 +01:00
requirements.txt make a Server interface, interface.IServer 2020-04-01 23:25:44 +01:00

README.md

ircrobots

rationale

I wanted a very-bare-bones IRC bot framework that deals with most of the concerns one would deal with in scheduling and awaiting async stuff, e.g. creating and awaiting a new task for each server while dynamically being able to add/remove servers.

usage

see examples/ for some usage demonstration.