🔷 Gclone is just another Tool like Autorclone/Folderclone/Fclone to bypass 750GB limit by google
- Install Python 3.7+(Latest version 3.8.3 recommended)
- You need Generated SAs (using Autorclone or Folderclone)
- Open accounts Folder (inside Autorclone or Folderclone Folder) and select any one of the json files and rename it as 1.json
- Zip the accounts Folder and keep it safe
- Make a new bot from Bot Father and get the Bot token
- Get your own Telegram ID - using this bot
- git clone https://github.com/Zero-The-Kamisama/Gclone-HRK-Bot
- cd Gclone-HRK-Bot
- Open config.ini (Its inside telegram_gcloner Folder) - Fill the appropriate values
[General]
path_to_gclone =./gclone
telegram_token = telegram bot token
user_ids = Your Telegram ID (multiple separated by commas, first ID is admin)
group_ids = Your Telegram Group ID (If you are not adding the bot to any group - you can leave it blank)
gclone_para_override = Leave it Blank
- After filling appropriate values save it.
- Install Heroku CLI
- Login into your heroku account with command:
heroku login
- Create a new heroku app:
heroku create appname
- Select This App in your Heroku-cli:
heroku git:remote -a appname
- Change Dyno Stack to a Docker Container:
heroku stack:set container
- Add Private Credentials and Config Stuff:
git add * -f
- Commit new changes:
git commit -m "Added Creds."
- Push Code to Heroku:
git push heroku master --force
- Restart Worker by these commands:
heroku ps:scale worker=0
heroku ps:scale worker=1
- git clone https://github.com/Zero-The-Kamisama/Gclone-HRK-Bot
- cd Gclone-HRK-Bot
- sudo snap install docker
- sudo docker build . -t gclone-bot
- sudo docker run gclone-bot
- After Deploying go to Telegram Bot you created before and Press Start
- Upload the accounts.zip (we created before) to the bot.
- Reply to the message with
/sa
- Type /
folders
and set your favourite Folders - Send or forward a message with a Google Drive link to the bot to start Copying...
🧠 wrenfairbank - Here - Original Author of the Bot