Web version of GdriveCloneBot
Live Demo : Click Me (Note: this host is a bit slow with network bound tasks. This issue won't be there if hosting locally.)
-
Download this repository.
-
Open config.py and edit it accordingly.
-
Leave app url as it is if hosting locally.
-
IF you wish to use service accounts (Optional) :
- Add the 100 .json files to accounts folder
- Make sure they are renamed as 0.json, 1.json ..... 99.json
- Add google group url in config.py (Optional)
-
Create a virtualenvironment (Optional) :
pip install virtualenv
virtualenv venv
cd venv\Scripts
activate.bat
-
Install the requirements.
pip install -r requirements.txt
-
Run the app.
python main.py
-
Your app would be running at this site
Note the demo video doesn't showcase service accounts as i didn't have time to record that