The TeraboxedBot is designed to help users get direct download links from TeraBox files on Telegram.
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)
TOKEN
Bot Token from @BotFatherHASH
API Hash from my.telegram.orgID
API ID from my.telegram.org
you can also set these in config.json
file
CRYPT
GDTot Crypt If you don't know how to get Crypt then Learn HereXSRF_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.pwDRIVEFIRE_CRYPT
Drivefire CryptKOLOP_CRYPT
Kolop Crypt!HUBDRIVE_CRYPT
Hubdrive CryptKATDRIVE_CRYPT
Katdrive CryptUPTOBOX_TOKEN
Uptobox TokenCLOUDFLARE
Usecf_clearance
cookie from and Cloudflare protected sitesPORT
Port to run the Bot Site on (defaults to 5000)
You need set all three to work
DB_API
API KEY from DBHub, make sure it has Read/Write permissionDB_OWNER
(defaults tobipinkrish
)DB_NAME
(defaults tolink_bypass.db
)
BEFORE YOU DEPLOY ON HEROKU, YOU SHOULD STAR AND FORK THE REPO AND CHANGE ITS NAME TO ANYTHING ELSE
Everything is set programtically, nothing to work
/start - Welcome Message
/help - List of All Supported Sites
To see the list of supported sites see texts.py file
- If you are deploying on VPS, watch videos on how to set/export Environment Variables. OR you can set these in
config.json
file