This repo is only for selfhosting the bot on PC. For heroku Build see this
- 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.
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.
- Download the zip of the repo and extract it to a suitable location.
- Download the latest release of gclone and add the gclone file to the location, where you extracted .zip folder in step 1.
- 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 .env 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!
Follow this tutorial
Coming soon ......