TeraboxedBot
TeraboxedBot copied to clipboard
Python Telegram Bot for Bypassing Terabox Links
TeraboxedBot ⚡
The TeraboxedBot is designed to help users get direct download links from TeraBox files on Telegram.
Special Feature - Public Database
Results of the bypass is hosted on public database on DBHub.io so if the bot finds link alredy in database it uses the result from the same, time saved and so many problems will be solved.
Table is creted with the below command, if anyone wants to use it for thier own.
CREATE TABLE results (link TEXT PRIMARY KEY, result TEXT)
Required Variables
-
TOKEN
Bot Token from @BotFather -
HASH
API Hash from my.telegram.org -
ID
API ID from my.telegram.org
Optional Variables
you can also set these in config.json
file
-
CRYPT
GDTot Crypt If you don't know how to get Crypt then Learn Here -
XSRF_TOKEN
andLaravel_Session
XSRF Token and Laravel Session cookies! If you don't know how to get then then watch this Video (for GDTOT) and do the same for sharer.pw -
DRIVEFIRE_CRYPT
Drivefire Crypt -
KOLOP_CRYPT
Kolop Crypt! -
HUBDRIVE_CRYPT
Hubdrive Crypt -
KATDRIVE_CRYPT
Katdrive Crypt -
UPTOBOX_TOKEN
Uptobox Token -
CLOUDFLARE
Usecf_clearance
cookie from and Cloudflare protected sites -
PORT
Port to run the Bot Site on (defaults to 5000)
Optinal Database Feature
You need set all three to work
-
DB_API
API KEY from DBHub, make sure it has Read/Write permission -
DB_OWNER
(defaults tobipinkrish
) -
DB_NAME
(defaults tolink_bypass.db
)
Deploy on Heroku
BEFORE YOU DEPLOY ON HEROKU, YOU SHOULD STAR AND FORK THE REPO AND CHANGE ITS NAME TO ANYTHING ELSE
Commands
Everything is set programtically, nothing to work
/start - Welcome Message
/help - List of All Supported Sites
Supported Sites
To see the list of supported sites see texts.py file
Help
- If you are deploying on VPS, watch videos on how to set/export Environment Variables. OR you can set these in
config.json
file