IRC client module in python
Go to file
Matt Arnold 6d185593b3 Add fun stuff to the sample, and error handling at protocol 2022-02-22 14:32:06 -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 Add fun stuff to the sample, and error handling at protocol 2022-02-22 14:32:06 -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 Add fun stuff to the sample, and error handling at protocol 2022-02-22 14:32:06 -05: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 Add pip stuff 2022-02-20 18:36:18 -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