Asyncio barebone IRC framework for bots
Find a file
Raito Bezarius 63aa84b404 fix: spawn → start_soon
https://anyio.readthedocs.io/en/stable/versionhistory.html v3.0.0
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-09-20 21:46:49 +02:00
examples combine params.tls and .tls_verify, support pinned certs 2022-01-24 09:53:32 +00:00
ircrobots fix: spawn → start_soon 2024-09-20 21:46:49 +02:00
test fix glob collapse tests 2020-07-01 18:02:16 +01:00
.gitignore Initial commit 2020-04-01 15:16:03 +01:00
.travis.yml we don't support py3.6; support py3.9 2022-01-07 11:41:35 +00:00
LICENSE Initial commit 2020-04-01 15:16:03 +01:00
README.md freenode is dead long live libera.chat 2021-05-24 18:08:26 +00:00
requirements.txt bump ircstates to v0.13.0 2024-09-17 10:20:43 +00:00
setup.py we don't support py3.6; support py3.9 2022-01-07 11:41:35 +00:00
VERSION v0.7.0 release 2024-09-17 10:21:00 +00: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.

contact

Come say hi at #irctokens on irc.libera.chat