A Telegram bot that saves self-destructing photos, videos, voice messages, and video notes to "Saved Messages."
- Clone the repository:
git clone https://github.com/Pfauberg/self-destruct-saver.git cd self-destruct-saver - Install dependencies:
pip install pyrogram tgcrypto configparser
- Configure
config.ini:[telegram] api_id = YOUR_API_ID api_hash = YOUR_API_HASH
Run the bot:
python main.py