Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 662 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 662 Bytes

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.