Telegram Bots Hub is a microservice for managing Telegram bots within the Constructor Telegram Bots project.
- Linux
- Python 3.12.x
To install, execute the following commands:
git clone https://github.com/EXG1O/Telegram-Bots-Hub.git
cd Telegram-Bots-Hub
python -m venv env
source env/bin/activate
source install.sh
To run, use the following command:
uvicorn main:app
Read CONTRIBUTING.md for more information on this.
This repository is licensed under the AGPL-3.0 License.