Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jastribl/photosync

Util to do things with Google Photos
https://github.com/jastribl/photosync

Last synced: 2 months ago
JSON representation

Util to do things with Google Photos

Awesome Lists containing this project

README

        

# photosync
Util to do things with Google Photos

## Setup
To get setup, just get the repo and run `cp config/example-config.json config/config.json` and fill in the new config as required for your accounts.
Some possible entries for `picture-path-substrings-to-ignore` would be "from others", "from person a", etc. as these could be folders of photos already imported from other people.

## Running the space saver script
Running this script will list our all the image urls that you might want to remove (that are taking your storage space)
```
go run cmd/spacesaver/main.go
```

## Common commands
```
// General check of sanity
make check

// Label recent pictures:
go run cmd/labelphotos/main.go /Users/justinstribling/Desktop/To\ sort/ Seattle\ 2021 [--create]s
```