viperadnan-git / gdtot-bypasser

A web scraper to convert GDToT links to Google Drive and direct download links
https://gdtot.viperadnan.ga
GNU General Public License v3.0
59 stars 33 forks source link
bypasser flask gdtot python

GDToT Bypasser

A web scraper to convert GDToT links to Google Drive and direct download links

Installation

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

Configuration

Add these config's in environment variables or .env file

Multiple Cookies To use multiple cookies add your all cookies in config.json

Deploying

Run run.py module via python3

python3 run.py

Deployin on Docker

Build docker image

docker build -t gdtot-bypasser .

Start docker container

docker run -dp 3000:3000 gdtot-bypasser

Deploying on Caprover

tar -cvf gdtot-bypasser.tar .

This will generate a gdtot-bypasser.tar file, use it on caprover's deployment dashboard to deploy.