A thingy to update Flickr photo licenses https://github.com/douglaswth/flickrlicense
dependabot[bot] af9c284804 Merge pull request #56 from douglaswth/dependabot/bundler/sqlite3-2.0.4 | há 3 meses atrás | |
---|---|---|
.github | há 3 anos atrás | |
public | há 6 anos atrás | |
views | há 6 anos atrás | |
.gitignore | há 7 anos atrás | |
Gemfile | há 7 anos atrás | |
Gemfile.lock | há 3 meses atrás | |
LICENSE | há 6 anos atrás | |
README.md | há 6 anos atrás | |
app.rb | há 6 anos atrás | |
config.ru | há 6 anos atrás | |
config.sample.yml | há 7 anos atrás | |
screenshot.png | há 6 anos atrás |
A thingy to update Flickr photo licenses
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.
flickrlicense -- A thingy to update Flickr photo licenses
Copyright (C) 2017 Douglas ThriftThis 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/.