This is just a project template for writing telegram bots. The project has linter, logger, docker, dot-env configured.
- SQLite (user info storage)
- custom aiogram middlewares (middlewares.py)
- custom aiogram router (router.py)
/help
- view all commands/start
- base command for user registration/hello
- just hello command/user_info
- just hello command
- Make virtual environment
- Install package requirements
- Create
.env
or set env-variables as you like (example: .env.default) - Run it! :)
- Create
.env
or set env-variables as you like (example: .env.default and see docker-compose.yml) - Run it! :)
More helpful commands in Makefile.