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

Douglas Thrift 4124d6c81d Merge pull request #3 from douglaswth/dependabot/bundler/activesupport-6.0.3.2 %!s(int64=3) %!d(string=hai) anos
public 102e8abe91 Add a count of photos selected for licensing %!s(int64=6) %!d(string=hai) anos
views 102e8abe91 Add a count of photos selected for licensing %!s(int64=6) %!d(string=hai) anos
.gitignore 7c096b1d06 Beginnings of a Sinatra thingy %!s(int64=6) %!d(string=hai) anos
Gemfile fe2d8bf8fc Store show license/privacy/ignored in database %!s(int64=6) %!d(string=hai) anos
Gemfile.lock d6a50db092 Bump activesupport from 5.2.1 to 6.0.3.2 %!s(int64=3) %!d(string=hai) anos
LICENSE 9bdc61a00d Add AGPL license %!s(int64=6) %!d(string=hai) anos
README.md 65997918e5 Add a screenshot %!s(int64=6) %!d(string=hai) anos
app.rb 9bdc61a00d Add AGPL license %!s(int64=6) %!d(string=hai) anos
config.ru 9bdc61a00d Add AGPL license %!s(int64=6) %!d(string=hai) anos
config.sample.yml 7c096b1d06 Beginnings of a Sinatra thingy %!s(int64=6) %!d(string=hai) anos
screenshot.png 0c0dab5633 Remove window borders from screenshot %!s(int64=6) %!d(string=hai) anos

README.md

flickrlicense

A thingy to update Flickr photo licenses

screenshot

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.

License

flickrlicense -- A thingy to update Flickr photo licenses
Copyright (C) 2017 Douglas Thrift

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.