mirror of https://github.com/perkeep/perkeep.git
2c05f1a3d9
And also speed up /importer/TYPE page's query by saying it's unsorted, which gets us a better index. Hacky workaround. Should fix it in the query planner later instead. Fixes #1105 Change-Id: I140ffb40456ec802844584568d2f1a7a38b26e41 |
||
---|---|---|
.. | ||
README | ||
flickr.go | ||
flickr_test.go | ||
testdata.go |
README
Flickr Importer =============== This is an incomplete Perkeep importer for Flickr. So far it can import the first 100 photos from a photostream and also their set metadata. To use: 1) Fill out http://www.flickr.com/services/apps/create/noncommercial/ to get a Flickr API key and secret. 2) Start the devcam server with flickrapikey flag: $ devcam server -flickrapikey=<apikey>:<secret> 3) Navigate to http://<server>/importer-flickr/login 4) Watch import progress on the command line TODO: https://github.com/perkeep/perkeep/issues?q=is%3Aopen+flickr+