Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.03 KB

aw-watcher-google-drive

Track a directory in Google Drive with spreadsheet data, and import it into ActivityWatch.

Google Drive Setup

  1. Obtain a Google Drive API key (Client ID and Client Secret) by following the instructions on Getting started with Google Drive APIs
  2. Replace YOUR_CLIENT_ID in the credentials_template.json file with the provided Client ID.
  3. Replace YOUR_CLIENT_SECRET in the credentials_template.json file with the provided Client Secret.
  4. Move the credentials_template.json file to src/auto_screenshooter/credentials.json

Build

Make sure you have Python 3.7+ and poetry installed, then install with poetry install.

Usage

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.