Log deleted, edited and self-destructing messages on Telegram.
 
Go to file
kawaiiDango f93ae32896 init 2021-10-04 23:09:26 +05:30
.gitignore init 2021-10-04 23:09:26 +05:30
README.md init 2021-10-04 23:09:26 +05:30
config.py.example init 2021-10-04 23:09:26 +05:30
requirements.txt init 2021-10-04 23:09:26 +05:30
tg_delete_logger.py init 2021-10-04 23:09:26 +05:30

README.md

Saves deleted and edited messages to another (private) chat. Saves deleted media by pickling the media metadata to the db.

Rename config.py.example to config.py and fill in the stuff. The chat ids there, are bot api style ids.

  • Logs a limited amount of messages at a time to reduce chances of getting a FloodWaitError. You probably don't want to see that spam anyways.
  • Telegram doesnt always notify the clients that a message was deleted, so it will miss some telethon docs
  • Telegram may not have the media after it was deleted