- Copy from one google drive folder to another.
- First make a discord bot at developer portal and enable all intents. (tutorial)
- Download the repository.
- Put 100 .json service accounts into accounts folder and delete this file.
- Make sure the accounts are named as 0.json, 1.json, 2.json and so on.
- Add Discord Bot token and Defaut folder id to .env and rename the .envfile to
.env
. - Optional: Make a virtual environment
- Run
pip install -r requirements.txt
- Run
python main.py
- Enjoy cloning, the command is
prefix clone source_folder_url destination_folder_url
[ If destination_folder_url is empty then it will clone to default folder as set in env. ]
Currently it has only feature to clone links as that is most used. more gclone features can be added, you can make an issue in github.