Go to file
jesopo a327d5dd96 first commit 2020-04-01 15:36:53 +01:00
examples first commit 2020-04-01 15:36:53 +01:00
ircrobots first commit 2020-04-01 15:36:53 +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 first commit 2020-04-01 15:36:53 +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.