https://github.com/baggerfast/aiogramtemplate
This is template for telegram bots by aiogram
https://github.com/baggerfast/aiogramtemplate
aiogram aiogram-bot aiogrambot python python3 telegram telegram-bot template
Last synced: 29 days ago
JSON representation
This is template for telegram bots by aiogram
- Host: GitHub
- URL: https://github.com/baggerfast/aiogramtemplate
- Owner: BaggerFast
- License: mit
- Created: 2022-08-30T22:10:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T13:45:39.000Z (about 3 years ago)
- Last Synced: 2025-08-17T23:42:34.990Z (7 months ago)
- Topics: aiogram, aiogram-bot, aiogrambot, python, python3, telegram, telegram-bot, template
- Language: Python
- Homepage: https://www.youtube.com/watch?v=W-0YoEYBSwU
- Size: 7.81 KB
- Stars: 113
- Watchers: 2
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aiogram Template
This is template for telegram bots by aiogram
## **How to use🤔 (use todo)**
1. [**Setup environment variables**](https://stackoverflow.com/questions/42708389/how-to-set-environment-variables-in-pycharm)
- [TOKEN](https://telegram.me/BotFather)
2. [**Setup handlers**](bot/handlers)
- [Admin](bot/handlers/admin/main.py)
- [User](bot/handlers/user/main.py)
- [Other](bot/handlers/other.py)
3. [**Database**]()
- [setup engine](bot/database/main.py)
- [register models](bot/database/models/main.py)
4. [Remove echo example](bot/handlers/other.py)
5. Run [run.py](run.py)
### To understand the architecture of this structure, watch this [VIDEO](https://www.youtube.com/watch?v=W-0YoEYBSwU&t=23s)