|
||
---|---|---|
.github/workflows | ||
docs | ||
src/irc_api | ||
.gitignore | ||
.readthedocs.yaml | ||
LICENSE | ||
README.md | ||
pyproject.toml | ||
setup.py |
README.md
IRC API
Description
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.
Installation
To install IRC API, you should use pip install irc-api
, check out the Pypi project page for more informations.
Licence
This project is under GNU General Public Licence v3.0 or later (GPLv3+). Please see LICENCE for more informations