{"id":22868902,"url":"https://github.com/corrieriluca/json-messenger-parser","last_synced_at":"2025-08-11T13:31:45.529Z","repository":{"id":52061245,"uuid":"178548567","full_name":"corrieriluca/JSON-Messenger-Parser","owner":"corrieriluca","description":"Python script which parses Facebook Messenger JSON files into a beautiful and readable HTML file","archived":true,"fork":false,"pushed_at":"2024-01-11T17:26:38.000Z","size":25,"stargazers_count":6,"open_issues_count":4,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T23:46:51.637Z","etag":null,"topics":["facebook","jinja","json","messenger","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/corrieriluca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-30T11:15:34.000Z","updated_at":"2024-11-18T21:45:39.000Z","dependencies_parsed_at":"2022-08-03T07:17:11.914Z","dependency_job_id":null,"html_url":"https://github.com/corrieriluca/JSON-Messenger-Parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/corrieriluca/JSON-Messenger-Parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corrieriluca%2FJSON-Messenger-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corrieriluca%2FJSON-Messenger-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corrieriluca%2FJSON-Messenger-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corrieriluca%2FJSON-Messenger-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corrieriluca","download_url":"https://codeload.github.com/corrieriluca/JSON-Messenger-Parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corrieriluca%2FJSON-Messenger-Parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269898158,"owners_count":24493063,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","jinja","json","messenger","python"],"created_at":"2024-12-13T12:44:35.459Z","updated_at":"2025-08-11T13:31:45.224Z","avatar_url":"https://github.com/corrieriluca.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Messenger Parser\n\nThis program allows you to parse a Facebook Messenger JSON save file which you can\nget from your [Facebook settings menu](https://www.facebook.com/settings?tab=your_facebook_information) \n(Download Your Information). It parses the JSON file into a beautiful and readable\nHTML file which you can display in your browser with a nice and simple messenger-like\nstyle.\n\n## How to use it\n### Installation\n\nThis program has been tested with Python 3.7.3\n\nIt requires Jinja2 in order to work properly and render the HTML file.\n\nI highly recommend you to use a virtual environment with `virtualenv` :\n```bash\ngit clone https://github.com/corrieriluca/JSON-to-HTML-Messenger-Parser.git\ncd JSON-to-HTML-Messenger-Parser\nvirtualenv env\nsource env/bin/activate\n# use the program\ndeactivate\n```\nFinally you can use `pip` in order to install Jinja2. This program has been tested with\nJinja2 2.10.\n```bash\npip install -r requirements.txt\n```\n\n### Basic usage\n\nYou can run `python3 main.py -h` to display help:\n```\nBasic usage: main.py -i \u003cinputfolder\u003e -o \u003chtmlouputfile\u003e [-s \u003cstickerfolder\u003e] -n \u003cyour_username\u003e -l \u003cFR/EN\u003e\n\nArguments:\n-i, --input \u003cpath\u003e: the path to the folder containing your conversation (the JSON file must be named 'message_1.json')\n-o, --output \u003cpath\u003e: the path to the HTML output file (created if it does not exist)\n-s, --stickers \u003cpath\u003e: the path to the folder containing your stickers (optional)\n-n, --username \u003cyour_username\u003e: your username in the conversation (ex: -n 'John Doe')\n-l, --lang \u003cFR/EN\u003e: the language to display dates and other elements\n-g, --log: save a log with the messages in [outputfile].log\n-h, --help: display this help\n```\n\nThis program supports two languages : English and French, in order to display properly\ndates and other translated elements. Messages are not translated !\n\nYou can specify the path to the folder containing your stickers with `-s` or `--stickers` \nfor them to be rendered.\n\nYou have the choice to save a log file with `-g` or `--log` in which just the messages,\ntheir sender and their date are displayed.\n\nYou can choose to specify your username in the conversation in order to distinguish\nyour messages from those of others.\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorrieriluca%2Fjson-messenger-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorrieriluca%2Fjson-messenger-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorrieriluca%2Fjson-messenger-parser/lists"}