Skip to content
/ aiogram_template Public template

This is just a project template for writing telegram bots.

License

Notifications You must be signed in to change notification settings

soltanoff/aiogram_template

Repository files navigation

aiogram bot template (skeleton)

[Telegram] aiogram live Supported python versions Telegram Bot API MIT License

This is just a project template for writing telegram bots. The project has linter, logger, docker, dot-env configured.

Features

Command list

  • /help - view all commands
  • /start - base command for user registration
  • /hello - just hello command
  • /user_info - just hello command

How to run

Without Docker:

  • Make virtual environment
  • Install package requirements
  • Create .env or set env-variables as you like (example: .env.default)
  • Run it! :)

With Docker

Development tools

More helpful commands in Makefile.