A small API for IRC bots written in Python
Go to file
Shadow15510 5a4c8965ae Minor change on doc 2023-11-04 13:29:16 +01:00
.github/workflows Create python-publish.yml 2023-06-29 20:22:33 +02:00
docs Update documentation 2023-11-04 13:26:12 +01:00
src/irc_api Minor change on doc 2023-11-04 13:29:16 +01:00
.gitignore Update .gitignore 2023-07-01 10:52:55 +02:00
.readthedocs.yaml Update configuration files 2023-07-01 10:53:16 +02:00
LICENSE Initial commit 2023-06-29 20:17:11 +02:00
README.md add requirements 2023-07-21 10:42:40 +02:00
pyproject.toml Rollback 2023-07-21 11:08:26 +02:00
setup.py Finishing tests 2023-07-21 11:21:57 +02:00

README.md

IRC API

Documentation Status Licence Build Status

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