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

Messenger photos / videos #15

Open alex-quiniou opened 4 years ago

alex-quiniou commented 4 years ago

Hi

I have a request. Can we get to rename the messenger photos and videos ?

The structure of folder looks like this.

Capture

{
  "sender_name": "XXX",
  "timestamp_ms": 1525333177617,
  "photos": [
    {
      "uri": "messages/inbox/DreamTeamMAISCHOUW_uqJ9b98pSg/photos/31914297_1729262057138911_3467031269303386112_n_1729261867138930.jpg",
      "creation_timestamp": 1525333176
    }
  ],
  "type": "Generic"
},

If you need more informations i'm here to help you.

Zankoas commented 3 years ago

Second this as a really useful function. Getting the dates added back into photos/videos sent via messenger would be an amazing additional feature and really help in moving away from Facebook.

Ditto to Alex's offer of support; if there is anything I can to help here just shout, would be amazing to get this added

Zankoas commented 3 years ago

Got in touch with a friend of mine, @Yard1, who kindly managed to get together a python script to handle the messages. If anyone else is having the same issue you can find the repo for the script here: https://github.com/Yard1/facebookmessenger-exif

alex-quiniou commented 3 years ago

That's nice

Got in touch with a friend of mine, @Yard1, who kindly managed to get together a python script to handle the messages. If anyone else is having the same issue you can find the repo for the script here: https://github.com/Yard1/facebookmessenger-exif

Just curious how you are supposed to use it ? @Yard1, @Zankoas.

Yard1 commented 3 years ago

@AlexQuiniou @Zankoas jumped the horse a little, as this tool is not yet ready for public use. I'll improve it and add a readme over the coming days :)

Yard1 commented 3 years ago

@AlexQuiniou The readme is now included.

@addshore Thanks for making this tool in the first place!

addshore commented 3 years ago

I feel like I should work on another iteration of this soon. I wonder however if https://datatransferproject.dev/ will basically make this code redundant (other than for use with old dumps)