Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 384 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 384 Bytes

TelegramRunAway

Auto delete all your messages in all group chat

Install requirements

pip3 install -U pyrogram tgcrypto

Setup API

sign into https://my.telegram.org/apps and get your api id and hash

Modify

fill your api id and hash in main.py

Run

just run it

cronjob

try something like this on a server

0 0 * * * /usr/bin/python3 /TelegramRunAway/main.py