/flickr-show-privates

Lists all of your Flickr photos that are marked private

Primary LanguageGoMIT LicenseMIT

flickr-show-privates

Shows your private Flickr photos.

Setup

  1. Install Ginkgo: http://onsi.github.io/ginkgo/.
  2. Clone the repo and ensure that the GOPATH environment variable is set appropriately as for any other Go project.
  • If you've set up your Go environment "by the book", this is as simple as running go get github.com/sgravrock/flickr-show-privates.
  1. Obtain a Flickr API key and set the FLICKR_API_KEY and FLICKR_API_SECRET environment variables accordingly.
  2. To run the tests, run ginkgo -r from the repo root.
  3. To build, run go build.

Generating new fakes, or updating existing ones

  1. Install Counterfeiter: $ go get github.com/maxbrunsfeld/counterfeiter
  2. Run it: $ counterfeiter e.g. $ counterfeiter flickrapi Client