https://github.com/robatwilliams/flickr-files-renamer
CLI tool for renaming original photo files based on their Flickr name
https://github.com/robatwilliams/flickr-files-renamer
flickr flickr-api
Last synced: 12 months ago
JSON representation
CLI tool for renaming original photo files based on their Flickr name
- Host: GitHub
- URL: https://github.com/robatwilliams/flickr-files-renamer
- Owner: robatwilliams
- License: mit
- Created: 2020-02-02T19:48:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T20:16:34.000Z (about 6 years ago)
- Last Synced: 2025-02-26T06:36:58.376Z (about 1 year ago)
- Topics: flickr, flickr-api
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/flickr-files-renamer
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://badge.fury.io/js/flickr-files-renamer)
# 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
1. You named them on Flickr
1. You kept the original files, with the names your camera gave them
1. You now want to give those files the names from Flickr
## Usage
You'll need a [Flickr API key](https://www.flickr.com/services/api/misc.api_keys.html). For usage information, run:
```bash
$ 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.