perkeep/pkg/importer/flickr
mpl 718c9d8b63 pkg/importer: use go4.org/ctxutil
side-effect: fix an unchecked type assertion, and use a conventional
key for the HTTP client associated with the context (instead of our own
string).

Change-Id: I2701de3f41f1f1c56fe3b76bbf590c0e5b39bc72
2015-12-16 15:30:09 +01:00
..
README Remove some code.google.com references. 2014-12-11 17:33:17 +11:00
flickr.go pkg/importer: use go4.org/ctxutil 2015-12-16 15:30:09 +01:00
flickr_test.go pkg/importer/flickr: fix photosSearchItem unmarshal 2015-07-08 06:41:11 +02:00
testdata.go pkg/importer/flickr: fix photosSearchItem unmarshal 2015-07-08 06:41:11 +02:00

README

Flickr Importer
===============

This is an incomplete Camlistore 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/camlistore/camlistore/issues?q=is%3Aopen+flickr+