Ns-AnoNymouS / TG-RENAMER-BOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TG-RENAMER-BOT

Rename Bot - Clone of Renamer⚡


An Open Source Rename Telegram RoBot

My Feature:

👉 Rename any Telegram Files with Custom Thumbnail Support and upload as file or video

Installation

The Easy Way

Watch infotel Video for knowing how to Create yoir own Bot - 👉 https://youtu.be/yYHrSnuYXpA

You can also tap the Deploy To Heroku button below to deploy straight to Heroku!

Deploy

Available BotFather commands

start - to check whether bot is alive 
rename - (long press) and send the name of the new file.extension for uploading as file
rename_video - (long press) and send the name of the new file.extension for upload as video
donate - please donate me
help - to know how to use me
about - to know about me

The Hard Way

virtualenv -p python3 VENV
. ./VENV/bin/activate
pip install -r requirements.txt
cp sample_config.py config.py
--- EDIT config.py values appropriately ---
python bot.py

LICENSE

  • GPLv3

About

License:Apache License 2.0


Languages

Language:Python 100.0%