Gclone Discord Utilities
Features
- Clone - Clone a public/private google drive file/folder to your teamdrive.
- Mkdir - Make Directories directly from discord.
- Size - Calculate size of google drive files/folders from link.
- Move - Move files/folders from one location to other.
- sync - Sync source links to destination links.
- Delete - Delete folders/files.
- Name - Find name of google drive folders/files from link.
Prerequisites
Before you get started, you need Python 3.7 or later to run this script. Below are some extra things you need to download / install too:
- Gclone - Run the shell / batch script if you are on Linux to install, or add the gclone.exe file to your system PATH variables if you are on Windows. Putting the script in the same directory as GClone in Windows will work as well. If you are on MacOS, download the Darwin build of GClone.
- AutoRClone - (Service accounts folder) - GClone requires service accounts. To generate and manage them, use AutoRClone. You can then configure GClone using the service accounts.
Setup (Windows):
- Download the zip of the repo.
- Run
pip install virtualenv
in your terminal. - Activate the virtual enviorment.
- Run
pip install -r requirements.txt
- Create a discord bot account. Follow this tutorial, or you can refer to youtube.
- Edit the secrets.py file.
- Update the rclone.conf file as per your need.
- Open up your Terminal or Command Line and then
cd
into the directory of the Cloned GitHub Repo. - Run
python main.py
orpython3 main.py
. The output of the Terminal or Command Line should have no errors and show that everything is all ready!
Enjoy using Gclone Discord Utilities Bot
Detailed Tutorial on Gclone and Service accounts setup
How to create Service Accounts and add them to your teamdrive and setup gclone.
Follow this tutorial
How to set-up Gclone-Discord-Utilities bot
Coming soon ......