Skip to content

Telegram bot in Python enabling seamless file downloads from Terabox links.

License

Notifications You must be signed in to change notification settings

abdul97233/TeraBox-Downloader-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Terabox Downloader Bot

TeraBox-Downloader-Bot

Telegram bot in Python enabling seamless file downloads from Terabox links.

GitHub repo size Telegram Bot Telegram Bot GitHub Bot Support Telegram Channel GitHub commit activity

🧐 Features

Here're some of the project's best features:

  • 2 hours of wait time
  • 1 minute anti spam for free users
  • 30 second anti spam for Premium users
  • Download videos fastly
  • Fast
  • Easy to upadate
  • Unique & Attractive Design
  • Premium and Free command for users

BOT FEATURES

  • Direct video
  • Direct download link
  • Spam time can be customised
  • Premium subscriber and free subscribe
  • Gift cards generation
  • Log channel/group
  • Redis Database
  • Broadcast

Admin Commands

  • /gc (to generate gift card)
  • /Pre (to promote any user to premium)
  • /De (to demote any user to free)
  • /broadcast (to broadcast any post or msg to everyone in the bot)
  • /premium_users (to check all premium users)
  • /remove_premium_user (to remove all premium user at once)

User Commands

  • /Redeem (to redeem gift card to became premium user)
  • /help or /cmds (to know available cmds)
  • /Info or /id (to check your details)
  • /ping (to check bot is alive or server ping)
  • /plan (to check available plan)

🛠️ Installation Steps:

1. Download latest version of python

2. Download this repo

3. Unzip and open terminal in that folder

4. Download requirement's

pip install -r requirements.txt

5. Open config.py and fill it

API_ID = 123456  # api id
API_HASH = "ed44780dedd182084f2133b16944cf565"  # api hash

BOT_TOKEN = "123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11"  # bot token


## REDIS
HOST = "localhost"  # redis host uri
PORT = 6379  # redis port
PASSWORD = ""  # redis password

PRIVATE_CHAT_ID = -1001234567890  # CHAT WHERE YOU WANT TO STORE VIDEOS
COOKIE = ""  # COOKIE FOR AUTHENTICATION (get from chrome dev tools) ex: "PANWEB=1; csrfToken=; lang=en; TSID=; __bid_n=; _ga=; __stripe_mid=; ndus=; browserid==; ndut_fmt=; _ga_06ZNKL8C2E=" (don't use this)
ADMINS = [803003146]

Get terabox cookie:

  1. Login in terabox with premium account
  2. Open any terabox link and watch the video below
how.to.get.terabox.cookie.mp4

6. start the bot

python main.py

🍰 Guidelines:

Use at own risk. I am not responsible for break of any Terms and conditions of any companies and businesses.

Releases

No releases published

Packages

No packages published

Languages