Asyncio barebone IRC framework for bots
Find a file
jesopo 43ea927cdb
Merge pull request #2 from fndax/patch-1
Make simple.py work again (based on sasl.py)
2020-04-21 20:44:26 +01:00
examples Make simple.py work again (based on sasl.py) 2020-04-21 12:39:51 -07:00
ircrobots put overriddable methods in Server not just IServer 2020-04-21 16:24:18 +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 v0.9.3 2020-04-19 14:14:45 +01:00
VERSION v0.1.2 release 2020-04-21 20:09:44 +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.