Skip to main content

Tool deletes all your messages from chat/channel/conversation on Telegram.

Project description

TgEraser

PyPI version

TgEraser is a Python tool that allows you to delete all your messages from a chat, channel, or conversation on Telegram without requiring admin privileges. Official Telegram clients do not provide a one-click solution to delete all your messages; instead, you have to manually select and delete messages, with a limit of 100 messages per batch. TgEraser solves this problem and offers a convenient way to mass-delete your messages on Telegram.

Looking for a Go version? Check out go-tgeraser — a Go implementation of this tool with pre-built binaries available.

Installation

pip install tgeraser
tgeraser

To use TgEraser, you'll need to provide api_id and api_hash, which you can obtain from here.

There are two methods to define api_id and api_hash:

  1. Set them as environment variables (TG_API_ID and TG_API_HASH).
  2. Allow the tool to prompt you for input during first execution, with an option to save the credentials in a credentials.json file located in the same directory as the sessions (by default, ~/.tgeraser/). Credentials file can be created/edited manually in the following format:
{
    "api_id": 111111,
    "api_hash": "abcdef1234567890abcdef1234567890"
}

Usage

TgEraser deletes all your messages from a chat, channel, or conversation on Telegram without requiring admin privileges.

Usage:
    tgeraser [(session <session_name>) --entity-type TYPE -l NUM -d PATH -p PEER_ID -o STRING -m TYPES --delete-conversation]
    tgeraser session <session_name> -w [--entity-type TYPE -o STRING -m TYPES --delete-conversation]
    tgeraser -h | --help
    tgeraser --version

Options:
    -d --directory PATH         Specify a directory where your sessions are stored. [default: ~/.tgeraser/]
    -w --wipe-everything        Delete all messages from all entities of a certain type that you have in your dialog list.
    --delete-conversation       If set, delete the whole conversation (only valid for user-type peers).
    --entity-type TYPE          Available types: any, chat, channel, user. [default: chat]
    -p --peers PEER_ID          Specify certain peers by comma (chat/channel/user).
    -l --limit NUM              Show a specified number of recent chats.
    -o --older-than STRING      Delete messages older than X seconds/minutes/hours/days/weeks.
                                Example: --older-than "3*days" OR --older-than "5*seconds"
    -m --media-type TYPES       Delete only specific media types (server-side filtering).
                                Comma-separated list of: photo, video, audio, voice, video_note, gif, document.
                                Use "media" to delete all media types. If not specified, deletes all messages.
                                Example: --media-type "photo,video" OR --media-type media
    -h --help                   Show this screen.
    --version                   Show version.

Executing the tool without options will guide you through the creation of your first user session. After that you can create sessions for multiple users using the tgeraser session <new_session_name> command.

Contributing

If you have any issues or suggestions, please feel free to open an issue or submit a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tgeraser-1.5.5.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tgeraser-1.5.5-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file tgeraser-1.5.5.tar.gz.

File metadata

  • Download URL: tgeraser-1.5.5.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tgeraser-1.5.5.tar.gz
Algorithm Hash digest
SHA256 dc39607b6df7191f180b4fcc28e2528c8eb590fe4640353a03d6b8dcd610a498
MD5 ea03f8b5cbe620df5ec5caeee9b05580
BLAKE2b-256 e2b5c8a67ec0cfb0cb9b4120d2dce6e594e0d058877fb4783ef99a4608e569ab

See more details on using hashes here.

File details

Details for the file tgeraser-1.5.5-py3-none-any.whl.

File metadata

  • Download URL: tgeraser-1.5.5-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tgeraser-1.5.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3eacedcfdd06a1448bcd08934a7faf98bb8e7b37850cb7a21cc9a95b3c0ba601
MD5 bb08abb8c8790d8398845636f1f2572e
BLAKE2b-256 7346e945c37e9c071c6f00db6eca049f82b64fbbf770e1c5d0a4044bee7d8c80

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page