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

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

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)