Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.17 KB

Telegram Auto Message Delete bot

You can fork and deploy this bot on any server (Render, Koyeb, Railway, Heroku, etc).
Remember to create variables!
Some deployment options are mentioned below:

Koyeb
deploy-to-koyeb
Remember to create variables
Railway
deploy-to-railway
Remember to deploy the latest version
VPS Create variables approximately
git clone https://github.com/SPARKBRO/Auto-delete-bot
cd Auto-delete-bot
pip3 install -r requirements.txt
python3 main.py

Generate Session string

Run the following command in your terminal (copy and paste in one go):

apt update && apt upgrade -y && pkg install -y git python && git clone https://github.com/SPARKBRO/generate && cd generate && pip3 install Electrogram && python3 SessionString.py