2013-12-11 05:32:09 +00:00
|
|
|
Flickr Importer
|
|
|
|
===============
|
|
|
|
|
2014-03-21 20:41:16 +00:00
|
|
|
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.
|
2013-12-11 05:32:09 +00:00
|
|
|
|
|
|
|
To use:
|
|
|
|
|
|
|
|
1) Fill out http://www.flickr.com/services/apps/create/noncommercial/ to get a
|
|
|
|
Flickr API key and secret.
|
2013-12-12 11:39:44 +00:00
|
|
|
2) Start the devcam server with flickrapikey flag:
|
|
|
|
$ devcam server -flickrapikey=<apikey>:<secret>
|
2013-12-11 05:32:09 +00:00
|
|
|
3) Navigate to http://<server>/importer-flickr/login
|
|
|
|
4) Watch import progress on the command line
|
|
|
|
|
|
|
|
|
|
|
|
TODO:
|
|
|
|
|
2014-12-11 06:33:17 +00:00
|
|
|
https://github.com/camlistore/camlistore/issues?q=is%3Aopen+flickr+
|
|
|
|
|