Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fittiboy committed Feb 26, 2021
1 parent 2378a13 commit e9dd55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit e9dd55d

Please sign in to comment.