- This bot was created to familiarize you with Telegram bots and the aiogram library. The bot was also written in just a few hours, so it may not be a very convenient code (do not judge strictly).
- You need to change the
BOT_TOKEN
to your token in themain.env
file
- Install Python (recommend 3.11)
- Install Poetry Instructions
- Go to the
poetry
section with the bot and writepoetry init
- And now launch the bot using the command:
poetry run python -00 src
orpython -OO __main__.py