{"id":38879770,"url":"https://github.com/mertdogan12/osu-replay-parser","last_synced_at":"2026-01-17T14:40:45.030Z","repository":{"id":38302109,"uuid":"416872882","full_name":"mertdogan12/osu-replay-parser","owner":"mertdogan12","description":"Parses .osr files","archived":false,"fork":false,"pushed_at":"2022-06-07T15:43:42.000Z","size":334,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-07-27T22:21:36.499Z","etag":null,"topics":["go","golang","osu","parse","parser","replay"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mertdogan12.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":"2021-10-13T19:29:40.000Z","updated_at":"2022-06-06T22:49:43.000Z","dependencies_parsed_at":"2022-09-26T21:12:08.019Z","dependency_job_id":null,"html_url":"https://github.com/mertdogan12/osu-replay-parser","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"purl":"pkg:github/mertdogan12/osu-replay-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertdogan12%2Fosu-replay-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertdogan12%2Fosu-replay-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertdogan12%2Fosu-replay-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertdogan12%2Fosu-replay-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mertdogan12","download_url":"https://codeload.github.com/mertdogan12/osu-replay-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertdogan12%2Fosu-replay-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28510450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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","osu","parse","parser","replay"],"created_at":"2026-01-17T14:40:44.039Z","updated_at":"2026-01-17T14:40:45.020Z","avatar_url":"https://github.com/mertdogan12.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osu-replay-parser\n\nParses [.osr](https://osu.ppy.sh/wiki/en/Client/File_formats/Osr_%28file_format%29) files\n\n## Use it\n\n```bash\ngo get github.com/mertdogan12/osu-replay-parser@master\n```\n\n## Code example\n\n```bash\npackage main\n\nimport (\n\t\"os\"\n\n\tparser \"github.com/mertdogan12/osu-replay-parser\"\n)\n\nfunc main() {\n\t// Read data from replay file\n\tdata, err := os.ReadFile(\"path to file\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\t// Parse the data\n\tparser.Parse(data)\n\n\t// Parse the data direct from a file\n\tparser.ParseFile(\"path to file\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmertdogan12%2Fosu-replay-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmertdogan12%2Fosu-replay-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmertdogan12%2Fosu-replay-parser/lists"}