perkeep/third_party/github.com/tgulacsi/picago
Brad Fitzpatrick d4f22274cd picasa: document and simplify Photo fields in picago.
Be smarter about title vs description. Don't use caption as an attribute name.

Change-Id: I746fc6d88e27b6b85a8505456e6eb423443d7840
2014-07-30 16:24:56 -07:00
..
testdata picasa: clean up album attributes, add tests, fix keywords with spaces 2014-07-30 15:50:34 -07:00
README.md Rewrite Picasa importer for the new Importer API 2014-05-21 22:37:50 +02:00
atom.go picasa, picago: support video, change struct definitions, add start of more tests 2014-07-29 11:44:44 -07:00
atom_test.go picasa: clean up album attributes, add tests, fix keywords with spaces 2014-07-30 15:50:34 -07:00
auth.go Picasa: add importer. 2014-03-17 10:52:51 +01:00
doc.go Picasa: add importer. 2014-03-17 10:52:51 +01:00
get.go picasa: document and simplify Photo fields in picago. 2014-07-30 16:24:56 -07:00

README.md

picago

Picago is a small Go library for downloading photos from Picasa Web.

Install

go install github.com/tgulacsi/picago/pica-dl

After getting a client ID and secret from , you can run the example app as

pica-dl -id=11849328232-4q13l4hgr5mdt35lbe49l8banqg5e1mk.apps.googleusercontent.com -secret=Y0xf_rauB9MVTNYAI2MYIz2w -dir=/tmp/pica

This will download all photos from all albums under /tmp/pica. Each album and photo is accompanied with a .json file containing some metadata.