Skip to content

Template for creating scalable bots with aiogram

License

Notifications You must be signed in to change notification settings

S1erra-Xray/aiogram-bot-template

 
 

Repository files navigation

aiogram-bot-template

Template for creating scalable bots with aiogram

Start develop

Before starting your own project, init it

poetry run python infra/scripts/init_project.py

Using linters and static code analyzers

If you want to use formatters or code analyzers such as black or mypy, install it manualy by pip in system-wide python interpreter and configure your IDE for its usage.

ADVICE: dont install linters and static code analyzers into docker, because it decreases performance

About

Template for creating scalable bots with aiogram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Dockerfile 0.8%