- Clone repo
pip install -r requirements.txt
python clipper.py --help
- Acquire
client_secrets.json
(Follow "Get Your API Key" from this guide) - Place it in the same directory as clipper.py (make sure it's called
client_secrets.json
) - Run
python gauth.py
and authorize the application in your browser (this will createcredentials.txt
and you will not have to authorize every time you runpython clipper.py
) - Create a staging area folder (this is where clips will be uploaded into) at the top level of your Google Drive
- (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
- Specify these folders by name with the
--staging_dir
and--clips_dir
options respectively when runningpython clipper.py