Unwrap Flickr data dump to album folder structure with embedded EXIF metdata.
In Flickr takeout zip archives, the photo metadata is stored in separate json files. This tool inject the metadata from json into the actual images as EXIF properties.
Written in C# with dotnet 8 it should run on Linux, macOS, Windows.
Clone the repository and compile the source with:
dotnet build
- Request your data from Flickr account settings.
- Wait for Flickr to prepare the data dump for you.
- Download all the files to a local folder.
- Extract all the zip files to a single folder.
- Run the tool (if you omit the extraction folder parameter, it will default to the current folder).
dotnet run {extraction folder}
Please feel free to submit pull request if you find a bug.
This repository or its author is in no way affiliated with Flickr. Make sure to create safe backups of your data files before running Frickr. See also MIT License.