A thingy to update Flickr photo licenses https://github.com/douglaswth/flickrlicense

Douglas Thrift 57b94dc6d5 Put photos in the UI, I guess it is a side scroller for now 6 years ago
public 57b94dc6d5 Put photos in the UI, I guess it is a side scroller for now 6 years ago
views 57b94dc6d5 Put photos in the UI, I guess it is a side scroller for now 6 years ago
.gitignore 7c096b1d06 Beginnings of a Sinatra thingy 6 years ago
Gemfile fe2d8bf8fc Store show license/privacy/ignored in database 6 years ago
Gemfile.lock fe2d8bf8fc Store show license/privacy/ignored in database 6 years ago
README.md b59718c1e3 Fill out README.md with useful stuff 6 years ago
app.rb 57b94dc6d5 Put photos in the UI, I guess it is a side scroller for now 6 years ago
config.ru 7c096b1d06 Beginnings of a Sinatra thingy 6 years ago
config.sample.yml 7c096b1d06 Beginnings of a Sinatra thingy 6 years ago

README.md

flickrlicense

A thingy to update Flickr photo licenses

Dependencies

Setup

Install dependencies:

bundle install

Copy config.sample.yml to config.yml and replace field values with a Flickr API key and secret and a generated random session secret.

Start the server:

bundle exec rackup

The app should now be running at localhost:9292 and you can login with your Flickr account.