Go to file
jesopo 624ffe2cf8 add py.typed 2020-04-16 14:20:16 +01:00
examples remove duplicate "Server" in examples/sasl.py 2020-04-06 13:28:16 +01:00
ircrobots add py.typed 2020-04-16 14:20:16 +01:00
.gitignore Initial commit 2020-04-01 15:16:03 +01:00
.travis.yml remove py3.6 .travis.yml target - i think we'll be 3.7-or-above 2020-04-06 13:33:00 +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 support labeled-response (but don't REQ it yet) 2020-04-13 18:23:05 +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.