Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 124 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 124 Bytes
python3.11 -m venv .venv
source .venv/bin/activate
pip install aiogram
export TG_TOKEN=
python bot.py