perkeep/pkg/importer/flickr
Julien Bisconti acd5a5dab3 test: replace usage of GoPackagePath with PkSourceRoot 2024-01-14 09:45:59 -08:00
..
README all: more renaming of Camlistore to Perkeep 2018-01-30 03:02:56 -08:00
flickr.go make codebase go-vet-clean (#1379) 2021-07-26 21:19:53 -04:00
flickr_test.go Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
testdata.go test: replace usage of GoPackagePath with PkSourceRoot 2024-01-14 09:45:59 -08:00

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+