Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 398 Bytes

File metadata and controls

16 lines (11 loc) · 398 Bytes

Script working example: https://www.youtube.com/watch?v=vLlzC0UmDyU&t=19s

To run this script you must have python3.11+ and put into config your api key from BotFather

Deploying

unzip archive in folder than using cmd

cd YOUR_FOLDER // OPTIONAL /////////////// python -m venv venv .\venv\scripts\activate /////////////////////////// pip install -r requirements.txt python main.py