4
0
mirror of https://github.com/jesopo/ircrobots synced 2024-06-17 21:37:04 +00:00
Go to file
2020-04-13 17:32:39 +01:00
examples remove duplicate "Server" in examples/sasl.py 2020-04-06 13:28:16 +01:00
ircrobots Future[Line], not Awaitable[Line] in self._wait_for 2020-04-13 17:32:39 +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 update ircstates to 0.8.8 2020-04-12 13:54:10 +01:00

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.