Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 796 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 796 Bytes

Edit captions of channel messages

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. CAPTION : Caption for messages

CAPTION Fillings

  • {name} - File Name
  • {size} - File size

Deploy on Heroku

Deploy

  • Turn on dynos after deployment

Deploy in your VPS

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

Credits