- echo bot
- game bot (guess the number game)
- python = "^3.11"
- aiogram = "^3.5.0"
- python-dotenv = "^1.0.1"
- requests = "^2.31.0"
- poetry = "^1.8.3"
- python-dotenv = "^1.0.1"
1 Install poetry:
pip install poetry
2 Clone repository
3 Create file for enviromental variables or copy file .env.example:
$ touch .env
4 Create variables and fill out:
- TOKEN = '{your secret key}'
- IS_DEBUG = true
1 Create bot and get token:
https://t.me/botfather
2 Past token in the file .env