nikhilvishwa7 / AutoDelete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Delete

Simple Telegram UserBot To Delete Group Messages After Specific Time. Based on Pyrogram

Easy Way

Use AutoDeleteV2

=======================

Railway Deploy Support 😑

=======================

Deploy in your VPS

git clone https://github.com/Arun-TG/AutoDelete
cd AutoDelete
pip3 install -r requirements.txt
# <Create Variables appropriately>
python3 sam.py

Variables:

  1. API_ID : Get From my.telegram.org
  2. API_HASH : Get from my.telegram.org
  3. ADMINS : ID of Admins (Userbot will not delete Messages of Admins)
  4. SESSION : Generate From here GenerateStringName
  5. GROUPS : ID of Groups where the userbot works.
  6. TIME : Time Duration for deletion

  • DEPLOY THIS WITH YOUR OWN RISK

  • In Main Branch UserBot will delete all message of Users & Bots.
  • If you want to delete Messages Sent By Users Only Deploy Second Branch

Credits

About

License:GNU General Public License v2.0


Languages

Language:Python 90.8%Language:Dockerfile 7.9%Language:Procfile 1.4%