Skip to content

Files

Latest commit

 

History

History
40 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.46 KB

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.