Skip to content

Zero-The-Kamisama/Gclone-HRK-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔷 Gclone is just another Tool like Autorclone/Folderclone/Fclone to bypass 750GB limit by google

📗 Pre-requisites:-

  1. Install Python 3.7+(Latest version 3.8.3 recommended)
  2. You need Generated SAs (using Autorclone or Folderclone)
  3. Open accounts Folder (inside Autorclone or Folderclone Folder) and select any one of the json files and rename it as 1.json
  4. Zip the accounts Folder and keep it safe
  5. Make a new bot from Bot Father and get the Bot token
  6. Get your own Telegram ID - using this bot

📙 Deploy On Heroku:-

  1. git clone https://github.com/Zero-The-Kamisama/Gclone-HRK-Bot
  2. cd Gclone-HRK-Bot
  3. 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
  1. After filling appropriate values save it.
  2. 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	 	

📙 Deploy On VPS:-

  1. git clone https://github.com/Zero-The-Kamisama/Gclone-HRK-Bot
  2. cd Gclone-HRK-Bot
  3. sudo snap install docker
  4. sudo docker build . -t gclone-bot
  5. sudo docker run gclone-bot

🍎 Running the Bot

  1. After Deploying go to Telegram Bot you created before and Press Start
  2. Upload the accounts.zip (we created before) to the bot.
  3. Reply to the message with /sa
  4. Type /folders and set your favourite Folders
  5. Send or forward a message with a Google Drive link to the bot to start Copying...

Credits:

🧠 wrenfairbank - Here - Original Author of the Bot

🧠 Seiko - Here - Made the English version

🧠 Smartass - Here - Added docker and Heroku support

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages