python3.11 -m venv .venv source .venv/bin/activate pip install aiogram export TG_TOKEN= python bot.py