- MF
- Author
- Administrator
- 57
- Make a telegram bot https://t.me/BotFather
- Fill in the token + chat ID in the code
- Install dependencies
Code Python:pip install vdf pip install requests pip install pyinstaller
- Compile
Code Python:py -m PyInstaller --onefile --noconsole main.py