OP Posted at 11-02-2025, 12:57 AM
(This post was last modified: 11-02-2025, 12:57 AM by Manfruity.)
Requires telegram premium!
Can help you have backups of deleted/edited messages of people you deal with. Useful for people who work on telegram all the time.
Can help you have backups of deleted/edited messages of people you deal with. Useful for people who work on telegram all the time.
[ Hidden Content! ]
- Buy telegram premium if you don't have it
- Create a bot in https://t.me/BotFather and set it to Business mode
- Add the bot to your account under business in settings
- Install python
https://www.python.org/downloads/
and requirements:Code:pip install aiogram
pip install pydantic
- Create "main.py" file
Put Code:
https://hastebin.com/share/obizamefef.csharp
- Create "data base.py" file (Without the space between "data" and "base" the word is blocked on the forum)
Put Code:
https://hastebin.com/share/ikemohenux.ruby
- Create "config.ini" fileTo get your user id message https://t.me/userinfobotCode:
[main]
bot_token=YOUR BOT TOKEN
user=YOUR USER ID
- Run the script, whenever someone deletes or edits a message, a message will be stored in messages.db file and the bot will also message you as well. Its recommended to leave it running on a cheap rdp/vps to keep it always online.
Not ratedThis leak has not been rated yet, be careful when downloading.