A telegram bot for downloading terabox videos fastly
Here're some of the project's best features:
- 2 hours of wait time
- Download videos fastly
- 1 minute anti spam
- Fast
- Easy to upadate
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 = # api id
API_HASH = "" # api hash
BOT_TOKEN = "" # bot token
## REDIS
HOST = "" # 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=" (dont use this)
ADMINS = [1317173146]
6. start the bot
``` python main.py ```Use at own risk. i am not responsible for any break of Terms and conditions of any companies.