Skip to content

Latest commit

 

History

History
102 lines (74 loc) · 4.01 KB

README.md

File metadata and controls

102 lines (74 loc) · 4.01 KB

Flickr Downloadr 3 (3.0.29)

http://flickr-downloadr.com/

Description:

Elegant and simple app that allows you to search and download photos from Flickr.com photo service.

Home Screen:

Version 3 Home Screen

Search Results:

Version 3 Prototype

Features:

  • Search for photos based upon name, the user account or groups.

  • View and select photos for download.

  • Download originals or high resolution photos to local disk storage.

  • Supports authentication (OAuth) to search for restricted and your private photos.

  • Note: The Flickr API restricts downloads to photos licensed under Creative Commons. The All Rights Reserved photos cannot be downloaded.

Installation:

The app is deployed on Chrome Web Store and can easily be installed there. If you want to develop and modify the source code yourself, you can easily fork the GitHub repository and then load it by going into Chrome/Settings/Extensions and choose the "Load unpacked extension" button. Pick the "app" folder within the repository.

If you want too, you can run your own instance of the Flickr Downloadr OAuth Gateway Service, located in the "service" folder. Make sure you replace the consumer key and secret from Flickr API, either directly in the web.config file, or by adding your own Secret.config, or by adding the two key/value pairs to the app settings section on your Azure Website Configure tab.

Build:

If you want to work with the source code of Flickr Downloadr, make a clone of the GitHub repository and then run:

$ npm install

This will download dependencies, such as Grunt, Bower, Mocha, Chai and more.

Next step is simply running Grunt, this will host the app and the service on your local machine. It won't launch the Chrome App, you have to manually open it. After you open the Chrome App, it should auto-reload whenever you make any changes to the app-code.

$ grunt debug

Help:

Contribute:

You can contribute by uploading patches in the source code area: http://flickrdownloadr.codeplex.com/SourceControl/latest

Credits:

License (MIT):

Copyright (C) 2007-2014 Sondre Bjellås - http://sondreb.com/

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.