addshore / facebook-data-image-exif

UI tool to add EXIF data back to images in a Facebook data export
https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/
MIT License
53 stars 16 forks source link

support for HTML download #20

Closed bicepjai closed 2 years ago

bicepjai commented 3 years ago

Downloaded the facebook data in HTML format long back. cannot find any tools for adding the meta data back. Do we have any options to support this data format ?

addshore commented 3 years ago

If your'e up for diving through history and some crappy code then yes. This repo used to be written (all be it terribly) to work with various versions of the older HTML dumps.

There were a few different versions, so you success might be hit or miss.

Try https://github.com/addshore/facebook-data-image-exif/tree/fced9a656204c18dbd87a5a31a9b2176dbce330a

Just after this commit the code in this repo was switched to JSON only dumps.

bicepjai commented 3 years ago

Thanks it did work. I used the docker image. Message to people attempting to use HTML: just make sure to point to the photos folder

bicepjai commented 3 years ago

I was wrong :) It did not work. the meta data did not get updated

addshore commented 3 years ago

Hmm, What gave you the initial impression that it had worked? And what then gave you the impression that it had not worked?

addshore commented 2 years ago

Been stale for over 6 months so closing