Telegram Bots Hub is a microservice for managing Telegram bots within the Constructor Telegram Bots project.
To install, execute the following commands:
git clone https://github.com/EXG1O/Telegram-Bots-Hub.git
cd Telegram-Bots-Hub
source install.sh
To run, use the following command:
uvicorn main:app
Read CONTRIBUTING.md for more information on this.