From e9dd55dd9ee974ca2e88d15f1934e543d75a1220 Mon Sep 17 00:00:00 2001 From: Fitti Date: Fri, 26 Feb 2021 19:20:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c4a6d3..df01dd4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## How to automatically upload to Google Drive? 1. Acquire `client_secrets.json` (Follow "Get Your API Key" from [this guide](https://medium.com/analytics-vidhya/how-to-connect-google-drive-to-python-using-pydrive-9681b2a14f20)) 2. Place it in the same directory as clipper.py (make sure it's called `client_secrets.json`) -3. Run `python gauth.py` and authorize the application in your browser +3. Run `python gauth.py` and authorize the application in your browser (this will create `credentials.txt` and you will not have to authorize every time you run `python clipper.py`) 4. Create a staging area folder (this is where clips will be uploaded into) at the top level of your Google Drive 5. (optional) Create a sorted clip repository with however many subfolders you want (years, months, single streams, etc.) at the top level of your Google Drive 6. Specify these folders by name with the `--staging_dir` and `--clips_dir` options respectively when running `python clipper.py`