{"id":22544006,"url":"https://github.com/vanillaiice/snaparser","last_synced_at":"2026-04-25T16:33:33.470Z","repository":{"id":202814755,"uuid":"708191273","full_name":"vanillaiice/snaparser","owner":"vanillaiice","description":"Snaparser is a program that parses your snapchat chat history into a human friendly way.","archived":false,"fork":false,"pushed_at":"2024-03-24T07:00:05.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T08:15:36.550Z","etag":null,"topics":["go","golang","json","parsing","snapchat"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vanillaiice.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-21T19:50:17.000Z","updated_at":"2024-02-08T23:59:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"2054b328-516e-4409-b6d0-3012f21492e1","html_url":"https://github.com/vanillaiice/snaparser","commit_stats":null,"previous_names":["vanillaiice/snaparser"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/vanillaiice/snaparser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanillaiice%2Fsnaparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanillaiice%2Fsnaparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanillaiice%2Fsnaparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanillaiice%2Fsnaparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanillaiice","download_url":"https://codeload.github.com/vanillaiice/snaparser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanillaiice%2Fsnaparser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32269458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","golang","json","parsing","snapchat"],"created_at":"2024-12-07T14:05:54.931Z","updated_at":"2026-04-25T16:33:33.453Z","avatar_url":"https://github.com/vanillaiice.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snaparser\n\nSnaparser parses snapchat chat history json files to human friendly format.\nBy default, the parsed chat history is printed to stdout.\n\n# Installation\n\n```\n$ go install github.com/vanillaiice/snaparser/cmd/snaparser@latest\n```\n\n# Usage\n\nTo download your chat history data, follow the guide available on snapchat's \n[website](https://help.snapchat.com/hc/en-us/articles/7012305371156-How-do-I-download-my-data-from-Snapchat-). \nYou can then do the following:\n\n```sh\n# Generic Usage\n$ snaparser [global options] command [command options] \n\n# Extract chats only with user 'johndoe' and write chats to file\n$ snaparser -u johndoe -f chat_history.json -w\n\n# Extract chats only with user 'janedoe', read chat history file from stdin,\n# and print to Stdout\n$ cat chat_history.json | snaparser -u janedoe\n\n# Extract all chats and pipe output to more\n$ snaparser -f chat_history.json | more\n```\n\n# Flags\n\n```sh\nNAME:\n   snaparser - parse snapchat chat history to human friendly format\n\nUSAGE:\n   snaparser [global options] command [command options] \n\nVERSION:\n   v0.1.4\n\nAUTHOR:\n   vanillaiice \u003cvanillaiice1@proton.me\u003e\n\nCOMMANDS:\n   help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --file FILE, -f FILE                                  read chats from FILE (use '-' for stdin)\n   --directory DIRECTORY, -d DIRECTORY, --dir DIRECTORY  write parsed chats to DIRECTORY\n   --user value, -u value                                only extract chat with user\n   --write, -w                                           write parsed chats to disk (default: false)\n   --create, -c                                          create directory if it does not exist (default: false)\n   --color, -l                                           write colored output (default: false)\n   --help, -h                                            show help\n   --version, -v                                         print the version\n```\n\n# Author\n\nvanillaiice\n\n# License\n\nBSD-3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanillaiice%2Fsnaparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanillaiice%2Fsnaparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanillaiice%2Fsnaparser/lists"}