-
Export photos in https://takeout.google.com/
-
Extra files into one folder
If you have multiple .zip files you can extra with
ditto
inmacos
ditto -x -k *.zip ./takeout_photos
-
Clone this repo / Download the source code
You can clone the source code if you have git in your system
git clone https://github.com/Greegko/google-metadata-matcher
Alternative, you can download the reposity source code, which is behind the green code button on the project.
-
install dependencies
cd google-metadata-matcher pip3 install -r requirements.txt
-
Run the metadata merger on the images
python3 src/merge_metadata.py <takeout_photos_id> <output_directory>