https://github.com/techunrestricted/telepurger
https://github.com/techunrestricted/telepurger
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techunrestricted/telepurger
- Owner: TechUnRestricted
- License: mit
- Created: 2022-01-31T10:57:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T13:03:28.000Z (about 4 years ago)
- Last Synced: 2023-08-23T00:07:04.893Z (over 2 years ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telepurger
**Telepurger** is the Python script for deleting all your messages in **Telegram**.
Telegram Auth is based on [Telethon](https://github.com/LonamiWebs/Telethon) library.
## Configuration
- 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:
pip3 install -r requirements.txt
- Run main.py:
python3 main.py
- Authorize using your phone number
## Notes
Сurrently, this script only deletes messages sent by you. Initially, I conceived it as a tool for quick deleting messages in public chats.