Metadata-Version: 2.1
Name: multibot
Version: 1.1.0
Summary: Platform agnostic high-level bot infrastructure.
Home-page: https://github.com/AlberLC/multibot
Author: AlberLC
Author-email: alberlc@outlook.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/AlberLC/multibot/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
License-File: LICENSE

MultiBot
========

.. image:: https://img.shields.io/github/license/AlberLC/multibot?style=flat
    :target: https://github.com/AlberLC/multibot/blob/main/LICENSE
    :alt: License

Platform agnostic high-level bot infrastructure.

Existing adapters:

- Discord
- Telegram
- Twitch

Installation
------------

Python 3.10 or higher is required.

.. code-block:: python

    pip install multibot

