{"id":15648810,"url":"https://github.com/addshore/facebook-data-image-exif","last_synced_at":"2025-10-24T05:42:00.257Z","repository":{"id":30955989,"uuid":"126036088","full_name":"addshore/facebook-data-image-exif","owner":"addshore","description":"UI tool to add EXIF data back to images in a Facebook data export","archived":false,"fork":false,"pushed_at":"2024-11-16T10:27:12.000Z","size":146,"stargazers_count":55,"open_issues_count":7,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-09T20:05:34.587Z","etag":null,"topics":["docker","exif","facebook","photos"],"latest_commit_sha":null,"homepage":"https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/addshore.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-20T15:04:03.000Z","updated_at":"2025-02-08T06:37:11.000Z","dependencies_parsed_at":"2024-10-03T12:27:03.976Z","dependency_job_id":"5bbb689d-fd9e-4b19-85bf-c9d636ca2950","html_url":"https://github.com/addshore/facebook-data-image-exif","commit_stats":{"total_commits":125,"total_committers":4,"mean_commits":31.25,"dds":0.05600000000000005,"last_synced_commit":"7c784377e24004643a5a3267f5e267b8dfba123b"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addshore%2Ffacebook-data-image-exif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addshore%2Ffacebook-data-image-exif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addshore%2Ffacebook-data-image-exif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addshore%2Ffacebook-data-image-exif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/addshore","download_url":"https://codeload.github.com/addshore/facebook-data-image-exif/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103872,"owners_count":21048245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","exif","facebook","photos"],"created_at":"2024-10-03T12:26:32.320Z","updated_at":"2025-10-24T05:42:00.253Z","avatar_url":"https://github.com/addshore.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Facebook Data Image Exif Tool\n\nPer https://github.com/addshore/facebook-data-image-exif/issues/6#issuecomment-3076037518\n\n**You may want to use the following fork**, as Facebook changed some of the folder names used within the export. https://github.com/TanJunHong/facebook-data-image-exif/tree/master\n\n---------\n\n[![Release](https://img.shields.io/github/release/addshore/facebook-data-image-exif.svg?style=flat-square)](https://github.com/addshore/facebook-data-image-exif/releases/latest)\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/addshore/facebook-data-image-exif/Java%20CI%20with%20Maven)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n\n\nA simple tool, written in Java, to add EXIF data back to images downloaded in a Facebook data export.\n\nInstructions can be found [here](https://addshore.com/2020/04/add-exif-data-back-to-facebook-images-0-10/)\n\nDownloads can be found on [the releases page!](https://github.com/addshore/facebook-data-image-exif/releases)\n\n![](https://i.imgur.com/1pKZNPC.png)\n\n## Development\n\nYou need [JDK 11](https://openjdk.java.net/projects/jdk/11/).\n\n```sh\nsudo apt-get install openjdk-11-jdk maven\n```\n\nYou can build a JAR using Maven:\n\n```sh\nJAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/ mvn clean package\n```\n\n### Github Actions\n\nGithub actions are configured on this repository and will build JARs for you.\n\nYou will find these JARs in the build output of Pull Requests.\n\n### Releasing\n\nBump the version in 2 places in code, and write the CHANGELOG.\n\nNavigate to the Github Actions build for the commit that you are looking to release from.\n\nTest the jar locally. =]\n\nMake the release:\n- \"Draft a new release on Github\"\n- Enter the tag for the version you coded in\n- Enter the changelog into the release description\n- Rename the JAR you tested \"with-dependencies\" to \"facebook-data-image-exif.jar\"\n- Attach the JAR to the release\n- Hit \"Publish release\"\n- TADA!\n\n## Further Reading\n\n- This tool (in a PHP form) was [originally created in 2016](https://addshore.com/2016/09/add-exif-data-back-to-facebook-images/).\n- It was [converted to Java in 2018](https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/)\n- And then most recently updated [in 2020](https://addshore.com/2020/04/add-exif-data-back-to-facebook-images-0-10/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddshore%2Ffacebook-data-image-exif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddshore%2Ffacebook-data-image-exif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddshore%2Ffacebook-data-image-exif/lists"}