Skip to content

A command line utility for fetching Flickr photostream data to a local JSON file

License

Notifications You must be signed in to change notification settings

petert82/flickr-fetchr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flickr Fetchr

About

Flickr Fetchr is a command line utility for downloading a minimal set of information about a Flickr photostream to a local JSON file.

For all public photos in a given user's photostream it will save:

  • The title
  • The description
  • Large and small thumbnail URLs
  • Original-size image thumbnail

Usage

You'll need a working install of Go to be able to build the flickr-fetchr binary.

Once your Go environment is up and running, you should be able to clone this repository and run go get from inside your local copy of it to build the app.

Once built, simply run the flickr-fetchr binary like so:

$ flickr-fetchr --api-key=[Your Flickr API key] --user-id=[Users flickr ID] --output-file=[Path to save to]

About

A command line utility for fetching Flickr photostream data to a local JSON file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages