An open API service indexing awesome lists of open source software.

https://github.com/exg1o/telegram-bots-hub

Microservice for managing Telegram bots within the Constructor Telegram Bots project.
https://github.com/exg1o/telegram-bots-hub

aiogram fastapi microservice python telegram

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Telegram Bots Hub
**Telegram Bots Hub** is a microservice for managing Telegram bots within the [**Constructor Telegram Bots**](https://constructor.exg1o.org/) project.

## Requirements
- Linux
- Python 3.12

## Installing
To install, execute the following commands:
```bash
git clone https://github.com/EXG1O/Telegram-Bots-Hub.git
cd Telegram-Bots-Hub
git checkout tags/v2.0.0
python -m venv env
source env/bin/activate
source install.sh
```

## Usage
To run, use the following command:
```bash
uvicorn main:app
```

## Contributing
Read [CONTRIBUTING.md](CONTRIBUTING.md) for more information on this.

## License
This repository is licensed under the [AGPL-3.0 License](LICENSE).