• Stars
    star
    5
  • Rank 2,861,937 (Top 57 %)
  • Language
    Python
  • Created over 3 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Template project for bots powered on aiogram

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