Telepurger is the Python script for deleting all your messages in Telegram.
Telegram Auth is based on Telethon library.
- Open my.telegram.org/apps and create your App configuration
-
Then fill the configuration info (api_id, api_hash) in main.py with your data
- Install Python dependences from requirements.txt:
- Run main.py:
python3 main.py - Authorize using your phone number
pip3 install -r requirements.txt
Сurrently, this script only deletes messages sent by you. Initially, I conceived it as a tool for quick deleting messages in public chats.
