Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jastribl/photosync
- Owner: jastribl
- Created: 2021-09-03T18:21:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T20:00:12.000Z (about 3 years ago)
- Last Synced: 2024-08-01T21:47:57.515Z (5 months ago)
- Language: Go
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - jastribl/photosync - Util to do things with Google Photos (Go)
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
```