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.
- Host: GitHub
- URL: https://github.com/exg1o/telegram-bots-hub
- Owner: EXG1O
- License: other
- Created: 2024-02-13T17:27:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T01:17:03.000Z (almost 2 years ago)
- Last Synced: 2024-07-26T02:53:03.735Z (almost 2 years ago)
- Topics: aiogram, fastapi, microservice, python, telegram
- Homepage: https://constructor.exg1o.org/
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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).