Skip to content

Microservice for managing Telegram bots within the Constructor Telegram Bots project.

License

Notifications You must be signed in to change notification settings

EXG1O/Telegram-Bots-Hub

Repository files navigation

Telegram Bots Hub

Telegram Bots Hub is a microservice for managing Telegram bots within the Constructor Telegram Bots project.

Requirements

  • Linux
  • Python 3.12.x

Installing

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

Usage

To run, use the following command:

uvicorn main:app

Contributing

Read CONTRIBUTING.md for more information on this.

License

This repository is licensed under the AGPL-3.0 License.