Gd-Utils is just another Tool which helps us to Bypass the 750GB daily limit by google
This Fork is an English version of the Gd-Utils by
https://github.com/iwestlin/gd-utils
All I did is edit the code and used google translate to change chinese to English..so all Credits to the OP
I included only the Installation part for running in your system (Telegram Bot part is here)
Like Other Tools (Autorclone/Folderclone/Gclone/Fclone) Gd-Utils is also based upon Service accounts aka SAs
Among These tools Only Autorclone & Folderclone can generate SAs by themselves
So for this tool to work you need SAs generated using Autorclone or Folderclone
๐ฃ This tool can be used in Windows , Android as well as Linux OS
๐ฃ You need Generated SAs (Like I mentioned above)
๐ฃ If you are using this in Linux or Android :-
Create a new Repo in Github and name it as accounts
and Upload all your SAs (json files) there
Follow this to understand better
๐ Install Nodejs in windows
Install Nodejs and Make Sure to Install additional components(Tick mark the Option saying Install Additional components)
It is very important to install the addtional components (of nodejs) as well for this tool to work
๐ Create a new Folder in Desktop and Name it as Gd-utils
๐ Download this and Extract it - copy all the contents to newly created Gd-utils Folder
in your Desktop
๐ Open cmd inside Gd-utils
Folder and type this
npm install --unsafe-perm=true --allow-root
If it shows 0 vulnerabilities
it means that installation is successful
๐ Go to Autorclone/folderclone Folder In your PC and Open Accounts Folder - Copy all the json files
๐ Go to sa
Folder inside Gd-utils
Folder and Paste all the json files there
๐ Install Termux - Remember to enable Storage Permission by going to settings
๐ Install Nodejs & Python & Git In Termux
pkg install python && pkg install git && pkg install nodejs
๐ Installing Gd-utils
git clone https://github.com/roshanconnor123/gd-utils && cd gd-utils && npm install --unsafe-perm=true --allow-root
๐ Downloading Service accounts from your github and configuring it for Gdutils
bash sa.sh
๐ Intsalling the Dependancies and Gdutils
sudo apt-get install build-essential && sudo apt-get update && curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && sudo apt-get install -y nodejs && git clone https://github.com/roshanconnor123/gd-utils
cd gd-utils && npm install --unsafe-perm=true --allow-root
๐ Downloading Service accounts from your github and configuring it for Gdutils
bash sa.sh
๐ท Windows
Double Click on gdutils.bat File (In Gd-utils Folder)
๐ท Android
Just run the code below in Termux
cd gd-utils && bash gdutils.sh
๐ท Linux
Just run the code below in Terminal
cd gd-utils && bash gdutils.sh
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.