Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 807 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 807 Bytes

purge-my-msg


⚠️ Disclaimer: make sure the name of the group is right, otherwise you might lose important information.


purge-my-msg is a Telegram user bot, which deletes all your messages from a group.

Yes, you can "delete for everyone" even if you were kicked. No, there's no such option, at least not in official clients.

Usage

> purge-my-msg.py "Fancy Group Name"

And the output, hopefully:

1337 messages deleted.

Requirements

  1. Telethon v1.17.6+. Currently in master, so:

    pip install https://github.com/LonamiWebs/Telethon/archive/master.zip
  2. api_id and api_hash of your app, set up in purge-my-msg.py.

    You can get those here.