Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 901 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 901 Bytes

auto-screenshooter

Automatically take screenshots on a regular cadence and upload them to Google photos.

Google Photos Setup

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

Build

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

To run, simply execute auto-screenshooter.

Windows Alternative

See https://github.com/kovasap/dotfiles?tab=readme-ov-file#automatic-screenshooting.