Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 600 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 600 Bytes

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
  • Migration to aiogram 3
  • Migration to sqlalchemy v2