github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/pkg/importer/flickr/README (about) 1 Flickr Importer 2 =============== 3 4 This is an incomplete Camlistore importer for Flickr.com. So far it can import 5 the first 100 photos from a photostream and also their set metadata. 6 7 To use: 8 9 1) Fill out http://www.flickr.com/services/apps/create/noncommercial/ to get a 10 Flickr API key and secret. 11 2) Start the devcam server with flickrapikey flag: 12 $ devcam server -flickrapikey=<apikey>:<secret> 13 3) Navigate to http://<server>/importer-flickr/login 14 4) Watch import progress on the command line 15 16 17 TODO: 18 19 https://code.google.com/p/camlistore/issues/list?q=feature%3Aimportflickr