KarunaTG / MsgAutoDELETE

TELEGRAM AUTO MESSAGE DELETE BOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MsgAutoDELETE

Delete group messages after a specific time

Logo

Stars Forks

Variables

  1. API_ID : Get from my.telegram.org
  2. API_HASH : Get from my.telegram.org
  3. BOT_TOKEN : Your telegram bot token from @BotFather
  4. SESSION : Generate from here GenerateStringName
  5. GROUPS : ID of Groups (seperate by spaces)
  6. ADMINS : ID of Admins, messages from admins will not delete (seperate by spaces)
  7. TIME : Time in seconds

Make sure:

  • Bot is admin in Groups with delete permission
  • Account used to create SESSION is a member in Groups

Deploy in Heroku

Deploy

IF MARKED BY HEROKU FORK AND DEPLOY

Deploy in your VPS

git clone https://github.com/jkdevil27/MsgAutoDELETE
cd AutoDelete-V2
pip3 install -r requirements.txt
# <Create Variables appropriately>
python3 bot.py

IF U ARE HAVING TOROUBLE CONTACT US ON TELEGRAM

Deploy

Credits

  • Pyrogram THIS REPO IS JUST VERSION OF BOT BY [Arun]

About

TELEGRAM AUTO MESSAGE DELETE BOT

License:MIT License


Languages

Language:Python 98.5%Language:Procfile 1.5%