Tool deletes all your messages from chat/channel/conversation on Telegram.
Project description
TgEraser
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.
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:
- Set them as environment variables (
TG_API_IDandTG_API_HASH). - Allow the tool to prompt you for input during first execution, with an option to save the credentials in a
credentials.jsonfile 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tgeraser-1.5.1.tar.gz.
File metadata
- Download URL: tgeraser-1.5.1.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a03698f9a2c3aa152411e0a0efff0566a4a5f0172daf890bfc24623dbedca764
|
|
| MD5 |
04a3f623e43c87fb0899af8dfa06ccf1
|
|
| BLAKE2b-256 |
02c73b4227676373e396e7c0619dc48f5244879feb7f8c223738be3fe6f90785
|
File details
Details for the file tgeraser-1.5.1-py3-none-any.whl.
File metadata
- Download URL: tgeraser-1.5.1-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a97f79d08f7efc734a97e63ac62fe361b7c3f9f8b79f7fe06cb3b7994b9add63
|
|
| MD5 |
b9c33f90adbc099c5b93d28768422b38
|
|
| BLAKE2b-256 |
1ca14a7adcdc63c0068e96a4bc01412fbd17b9a185b5232dfe2b29db0e61d09e
|