IRC API is a small API to make Python IRC bots. This API is based on decorators to make commands like the cog
module in discord.py
.
If you encounter any issue feel free to open one. A full documentation is available on readthedocs.
To install IRC API, you should use pip install irc-api
, check out the Pypi project page for more informations.
This project is under GNU General Public Licence v3.0 or later (GPLv3+). Please see LICENCE for more informations