flickr-files-renamer
v1.0.0
Published
CLI tool for renaming original photo files based on their Flickr name
Downloads
3
Readme
flickr-files-renamer
CLI tool for renaming original photo files based on their Flickr name
Why
- You took some photos and uploaded them to Flickr
- You named them on Flickr
- You kept the original files, with the names your camera gave them
- 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.