Giter Club home page Giter Club logo

flickr_downloader's Introduction

Flickr Downloader

This CLI downloads content from Flickr, writes attribution EXIF data, and can be accessed through the command line or through Go.

Functionality

  1. You can request to download multiple photos that match your query, and the CLI will download them in parallel.
  2. Attribution information (License, Authorship, Link to original) are written into the EXIF metadata of the results.
  3. Doesn't return any two results from the same creator, avoiding duplicates and near-dupes.
  4. Searches by license, preferring the most lenient Creative Commons licenses.
  5. Results are stored as JPEGs, with standard EXIF metadata.

Usage

You'll first need to request a Flickr API key (it's easy!).

Then, place this value in the const declaration in the file called API_KEY (you'll get a warning if you forget). Then it's just:

go build; ./flickr_downloader --query="Trash Panda" --output="NewDirForOutput" --number_of_images=10

for flag documentation, run

./flickr_downloader --help

Support

This is not a project I actively support. It was written for a series of side projects and is unlikely to be of much use to others. If you want to add any functionality, I wholeheartedly welcome it.

flickr_downloader's People

Contributors

gbdubs avatar

Stargazers

Benji Vesterby avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.