An open API service indexing awesome lists of open source software.

https://github.com/techunrestricted/telepurger


https://github.com/techunrestricted/telepurger

Last synced: 12 months ago
JSON representation

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


  1. Open my.telegram.org/apps and create your App configuration



  2. Then fill the configuration info (api_id, api_hash) in main.py with your data
    Screenshot 2022-01-31 at 15 06 36


  3. Install Python dependences from requirements.txt:

  4. pip3 install -r requirements.txt
  5. Run main.py:

    python3 main.py

  6. Authorize using your phone number


purrr

## Notes
Сurrently, this script only deletes messages sent by you. Initially, I conceived it as a tool for quick deleting messages in public chats.