rajaganapathy2000 / Zee5-Downloader

A simple telegram bot to download from Zee5 links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zee5 Downloader

If you find any bugs, report at @TroJanzSupport

My Features:

👉 Upload as file/video from any NON-DRM Zee5 link

👉 Permanent thumbnail support.

Installation

Deploy to Heroku

Deploy

Run in your VPS

  • Install requirements
sudo apt install python3-pip
sudo apt install ffmpeg
  • Create config.py appropriately (Refer Configs section)

  • Run the app

git clone https://github.com/TroJanzHEX/Zee5-Downloader
cd Zee5-Downloader
pip3 install -r requirements.txt
python3 bot.py

Configs

  • TG_BOT_TOKEN - Get bot token from @BotFather
  • APP_ID - From my.telegram.org (or @UseTGXBot)
  • API_HASH - From my.telegram.org (or @UseTGXBot)
  • DB_URI - PostgreSQL DB URL

Commands

  • /start - Check if bot is alive
  • /help - To know how the bot works
  • /upgrade - Nothing much here
  • /showthumb - Shows saved thumbnail
  • /delthumb - Clear saved thumbnail

Credits, and Thanks to Beloved Developers ;

About

A simple telegram bot to download from Zee5 links

License:GNU General Public License v3.0


Languages

Language:Python 99.0%Language:Dockerfile 0.9%Language:Shell 0.0%