https://github.com/benyaming/aiogram-bot-template
Template project for bots powered on aiogram
https://github.com/benyaming/aiogram-bot-template
aiogram docker sentry template
Last synced: about 1 month ago
JSON representation
Template project for bots powered on aiogram
- Host: GitHub
- URL: https://github.com/benyaming/aiogram-bot-template
- Owner: benyaming
- Created: 2021-06-01T08:31:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T22:37:58.000Z (over 3 years ago)
- Last Synced: 2025-04-24T06:12:44.839Z (about 1 month ago)
- Topics: aiogram, docker, sentry, template
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aiogram-bot-template
Template project for bots powered on [aiogram](https://github.com/aiogram/aiogram)# Features:
- Created `main`, `misc`, `config` files and `handlers` package
- Pipenv environment
- Docker support
- CI with Github actions (pushes new docker image on push to `main` branch
- fancy logs by [betterlogging](https://github.com/vd2org/betterlogging)
- global exception handler
- optional [sentry](https://sentry.io) integration with middleware and exceptions handler
- optional metrics collection with [aiogram-metrics](https://github.com/benyaming/aiogram-metrics)