Skip to content

This is a template for easy start of bot development for Telegram

License

Notifications You must be signed in to change notification settings

arturboyun/aiogram_bot_template

Repository files navigation

Aiogram bot template

This is a template for easy start of bot async development for Telegram

Setup

docker-compose up
Migrations
docker-compose run --rm bot aerich migrate
docker-compose run --rm bot aerich upgrade
docker-compose run --rm bot aerich downgrade

TODO

  • Upload template
  • Change SQLAlchemy to TortoiseORM
  • Migrations for TortoiseORM
  • Add example for work with TortoiseORM
  • Add FastAPI for webhook and other stuff
  • Add Docker Compose
  • CI/CD example