1.0.0 • Published 4 years ago

flickr-files-renamer v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

npm version

flickr-files-renamer

CLI tool for renaming original photo files based on their Flickr name

Why

  1. You took some photos and uploaded them to Flickr
  2. You named them on Flickr
  3. You kept the original files, with the names your camera gave them
  4. You now want to give those files the names from Flickr

Usage

You'll need a Flickr API key. For usage information, run:

$ npx flickr-files-renamer --help

It would be wise to make a copy of the original photos before running this tool.

How it works

It matches photos by their "date taken", from the files' EXIF data and the same data exposed by the Flickr API.

Limitations

User authentication is not implemented, so it only works on public sets.