Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 11-Nov-2020 | - | ||||
README | H A D | 11-Nov-2020 | 565 | 21 | 13 | |
flickr.go | H A D | 11-Nov-2020 | 17.8 KiB | 594 | 490 | |
flickr_test.go | H A D | 11-Nov-2020 | 7.4 KiB | 255 | 234 | |
testdata.go | H A D | 11-Nov-2020 | 8.4 KiB | 289 | 236 |
README
1Flickr Importer 2=============== 3 4This is an incomplete Perkeep importer for Flickr. So far it can import the 5first 100 photos from a photostream and also their set metadata. 6 7To use: 8 91) Fill out http://www.flickr.com/services/apps/create/noncommercial/ to get a 10 Flickr API key and secret. 112) Start the devcam server with flickrapikey flag: 12 $ devcam server -flickrapikey=<apikey>:<secret> 133) Navigate to http://<server>/importer-flickr/login 144) Watch import progress on the command line 15 16 17TODO: 18 19https://github.com/perkeep/perkeep/issues?q=is%3Aopen+flickr+ 20 21