A web scraper to convert GDToT links to Google Drive and direct download links
Clone this repository
git clone https://github.com/viperadnan-git/gdtot-bypasser
cd gdtot-bypasser
Install python3.x
apt install python3
Install required python packages
pip install -r requirements.txt
Add these config's in environment variables or .env
file
HOST
: Host to listen on (Default 0.0.0.0)PORT
: Host to listen on (Default 8000)PHPSESSID
: Get it from cookies in GDToT website after logging inCRYPT
: Get it from cookies in GDToT website after logging inGDOWN_URL
: Google Drive download by File ID index's base URL
Multiple Cookies
To use multiple cookies add your all cookies in config.json
Run run.py
module via python3
python3 run.py
Build docker image
docker build -t gdtot-bypasser .
Start docker container
docker run -dp 3000:3000 gdtot-bypasser
tar -cvf gdtot-bypasser.tar .
This will generate a gdtot-bypasser.tar
file, use it on caprover's deployment dashboard to deploy.