Telegram bot in Python enabling seamless file downloads from Terabox links.
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
- Direct video
- Direct download link
- Spam time can be customised
- Premium subscriber and free subscribe
- Gift cards generation
- Log channel/group
- Redis Database
- Broadcast
- /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)
- /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)
1. Download latest version of python
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]
- Login in terabox with premium account
- Open any terabox link and watch the video below
how.to.get.terabox.cookie.mp4
6. start the bot
python main.py
Use at own risk. I am not responsible for break of any Terms and conditions of any companies and businesses.