IRC client module in python
Go to file
Matt Arnold 6acd507b2b Make bot empty the queue on every ping 2022-03-20 14:40:12 -04:00
auxfiles Make the bot be mean to you on commmand 2022-02-22 16:14:34 -05:00
.gitignore Major rewrite to use a proper irc tokenizer json for configuration, and other such QOL improvements 2022-02-20 18:33:55 -05:00
IRC.py Modifed protocal module to accept non spec confirming ircd's, Daemonize bot 2022-03-08 14:17:15 -05:00
LICENSE inital commit, laugh all you want 2022-02-12 21:25:13 -05:00
README.md inital commit, laugh all you want 2022-02-12 21:25:13 -05:00
client.py Make bot empty the queue on every ping 2022-03-20 14:40:12 -04:00
config.json.example Major rewrite to use a proper irc tokenizer json for configuration, and other such QOL improvements 2022-02-20 18:33:55 -05:00
requirements.txt Update requirements 2022-03-08 14:19:19 -05:00

README.md

RabbitEars IRC client builder

RabbitEars is an irc client framework writen in python Warning this is experimental prealpha software. It works but APIs design models and other stuff are subject to change at my whim at this stage

Features, and Planned features

  • TLS suppport as first class citizen ✔
  • Clear license Terms ✔
  • Event driven
  • Conformity with modern irc specs
  • As few external dependancies as possible