Track a directory in Google Drive with spreadsheet data, and import it into ActivityWatch.
- Obtain a Google Drive API key (Client ID and Client Secret) by following the instructions on Getting started with Google Drive APIs
- Replace YOUR_CLIENT_ID in the credentials_template.json file with the provided Client ID.
- Replace YOUR_CLIENT_SECRET in the credentials_template.json file with the provided Client Secret.
- Move the credentials_template.json file to
src/auto_screenshooter/credentials.json
Make sure you have Python 3.7+ and poetry
installed, then install with poetry install
.
Run aw-watcher-input --help
for usage instructions.
We might eventually create binary builds (like the ones bundled with ActivityWatch for aw-watcher-afk and aw-watcher-window) to make it easier to get this watcher up and running, but it's still a bit too early for that.