irc_api/README.md

1.2 KiB

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