You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
mpl 8be316aa4e address Brad's comments 5 years ago
upload add example to push file to Perkeep 5 years ago
.gitignore Initial commit 5 years ago
LICENSE Initial commit 5 years ago
README.txt added README 5 years ago
main.go address Brad's comments 5 years ago

README.txt

gphotos-cdp
========

This program uses the Chrome DevTools Protocol to drive a Chrome session that
downloads your photos stored in Google Photos.
By default, it starts at the most ancient item in the library, and progresses
towards the most recent.
It can be run incrementally, as it keeps track of the last item that was
downloaded.
It only works with the main library for now, i.e. it does not support the photos
moved to Archive, or albums.
For each downloaded photo, an external program can be run on it (with the -run
flag) right after it is downloaded to e.g. upload it somewhere else. See the
upload/perkeep program, which uploads to a Perkeep server, for an example.