{"id":13911238,"url":"https://github.com/Yukaii/messenger-JSON-viewer","last_synced_at":"2025-07-18T11:30:32.923Z","repository":{"id":47572998,"uuid":"476742394","full_name":"Yukaii/messenger-JSON-viewer","owner":"Yukaii","description":"Browse and view the exported Facebook Messenger data / messages.","archived":false,"fork":false,"pushed_at":"2023-06-09T07:51:57.000Z","size":6871,"stargazers_count":44,"open_issues_count":6,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-11T14:31:44.725Z","etag":null,"topics":["facebook","facebook-messenger","messenger","nextjs","offline","react","react-virtuoso","window-controls-overlay"],"latest_commit_sha":null,"homepage":"https://messenger-json-viewer.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yukaii.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-04-01T13:58:34.000Z","updated_at":"2025-06-09T14:57:22.000Z","dependencies_parsed_at":"2024-11-07T20:41:07.484Z","dependency_job_id":"343b7984-f71d-4f20-9da7-893475f7d2bf","html_url":"https://github.com/Yukaii/messenger-JSON-viewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"theodorusclarence/ts-nextjs-tailwind-starter","purl":"pkg:github/Yukaii/messenger-JSON-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukaii%2Fmessenger-JSON-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukaii%2Fmessenger-JSON-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukaii%2Fmessenger-JSON-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukaii%2Fmessenger-JSON-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yukaii","download_url":"https://codeload.github.com/Yukaii/messenger-JSON-viewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukaii%2Fmessenger-JSON-viewer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265750875,"owners_count":23822676,"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":["facebook","facebook-messenger","messenger","nextjs","offline","react","react-virtuoso","window-controls-overlay"],"created_at":"2024-08-07T00:02:02.775Z","updated_at":"2025-07-18T11:30:32.151Z","avatar_url":"https://github.com/Yukaii.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Facebook Messenger exported JSON viewer\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./public/ios/180.png\" alt=\"Messenger Viewer\" width=\"200\" height=\"200\"\u003e\n\u003c/p\u003e\n\n![messenger-viewer](./docs/images/messenger-viewer.png)\n\n## What's this?\n\nThis is a simple tool to view Facebook Messenger exported JSON files. I made the UI into a Messenger clone, just for fun and to see what Tailwind CSS can do. Another reason is that I want to try out the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API), knowing that it can be used to access the file in a folder just in the browser.\n\n### Technical Stack\n\n- Next.JS + TailwindCSS\n- [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)\n\n## How to use\n\n1. Open [the Tool](https://messenger-json-viewer.vercel.app/)\n2. Click the Button and select the folder you [downloaded from Facebook](https://www.remote.tools/remote-work/download-facebook-messenger-conversation).\n   ![start-screen](./docs/images/start.png)\n   \u003e The contents of the folder should look like this\n   \u003e ![folder](./docs/images/folder.png)\n3. Wait a few seconds, sometimes it takes one minute to load.\n4. Tada!\n   ![offline-viewer](./docs/images/messenger-viewer-white.png)\n\n## Features\n\n### Simple statistic\n\n![statistic](./docs/images/statistic.png)\n\n### View chatroom just as what you can do on Messenger\n\n![offline-viewer](./docs/images/messenger-viewer-white.png)\n\n### Window Controls Overlay as PWA (actually not a feature :p)\n\n![wco](./docs/images/window-controls-overlay.png)\n\n## Development (Running locally)\n\nBefore you start, make sure you have [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/) installed.\n\nFirst, clone the repository:\n\n```bash\ngit clone https://github.com/Yukaii/messenger-JSON-viewer.git\n```\n\nThen, install the dependencies:\n\n```bash\ncd messenger-JSON-viewer\nyarn install\n```\n\nFinally, run the development server:\n\n```bash\nyarn dev\n```\n\nThe server should be running at http://localhost:3000.\n\n## TODOs\n\nIf they should be done, then they will be done.\n\n- [x] Image type message\n- [x] Link\n- [x] Reactions\n- [x] Stickers\n- [ ] Subscribe/Unsubscribe events\n- [ ] Attachments\n- [ ] Photos View\n- [ ] Calendar to jump to specific date\n- Date\n  - [x] Sent at for each message\n  - [ ] Date/Time separator\n- Info Panel\n  - Statistic\n    - [x] message count (from both side)\n  \n## Previous works\n\n- \u003chttps://github.com/simonwongwong/Facebook-Messenger-JSON-viewer\u003e\n\n## Credits\n\nThe application icon is modified from \u003ca href=\"https://heroicons.com/\"\u003eHeroicons\u003c/a\u003e.\n\n## 其它\n\n翻閱數年前的訊息實在是不忍直視......\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYukaii%2Fmessenger-JSON-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYukaii%2Fmessenger-JSON-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYukaii%2Fmessenger-JSON-viewer/lists"}