Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 588 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 588 Bytes

aiogram-bot-template

Template project for bots powered on 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
  • global exception handler
  • optional sentry integration with middleware and exceptions handler
  • optional metrics collection with aiogram-metrics