Skip to content

Selfie-bd/AIOM-TG-RENAME-BOT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TG-Rename-Bot

A Better Rename And Convert Bot With Upload Mode Option And Auto Detection !!

Tutorial

Watch This Video For More Help

Deploy To Heroku

Deploy

Deploy To VPS

  • This Is Just A Demo Of Commands To Use
git clone https://github.com/mrvishal2k2/TG-RenameBot
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r requirements.txt
python3 bot.py

Required Variables

  • TG_BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token.
  • APP_ID: Get this value from telegram.org You can also get it from UseTGXBot
  • API_HASH: Get this value from telegram.org You can also get it from UseTGXBot
  • OWNER_ID: Owner's Userid for log command
  • OWNER_USERNAME: (Not mandatory) Owner's Username without @
  • CUSTOM_CAPTION: Custom Caption to use after Filename in caption

Commands:

start - start the bot
help - ask help 
showthumb - shows saved thumbnail
deletethumb - deletes saved thumbnail
log - admin cmd 

ToDO

  • Increase Stability
  • Add Other Multiple Useful Stuff
  • Add Auth System For Private Use

Support:

Thanks To Bot Dunia For This Amazing Code

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Procfile 0.1%