perkeep/pkg/importer/flickr
Brad Fitzpatrick 5eeed2aba5 Remove some code.google.com references.
Change-Id: I85ccf92af9389300919eed61f62aae28cc24a820
2014-12-11 17:33:17 +11:00
..
README Remove some code.google.com references. 2014-12-11 17:33:17 +11:00
flickr.go importers: newOauthClient refactoring 2014-08-02 01:37:43 +02:00
testdata.go flickr: some attributes changes 2014-07-30 23:13:57 +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+