{"id":46741329,"url":"https://github.com/kosh04/wotreplay","last_synced_at":"2026-03-09T17:28:54.127Z","repository":{"id":57529907,"uuid":"102249553","full_name":"kosh04/wotreplay","owner":"kosh04","description":"WoT Replay Parser","archived":false,"fork":false,"pushed_at":"2023-03-09T09:25:48.000Z","size":4028,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-20T01:52:33.889Z","etag":null,"topics":["cli","go","worldoftanks"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/kosh04.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,"publiccode":null,"codemeta":null}},"created_at":"2017-09-03T07:57:52.000Z","updated_at":"2024-02-02T13:44:32.000Z","dependencies_parsed_at":"2024-06-20T01:27:19.742Z","dependency_job_id":"aaa67aaf-c0db-41cf-b0ee-1cfeada27948","html_url":"https://github.com/kosh04/wotreplay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kosh04/wotreplay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosh04%2Fwotreplay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosh04%2Fwotreplay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosh04%2Fwotreplay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosh04%2Fwotreplay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kosh04","download_url":"https://codeload.github.com/kosh04/wotreplay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosh04%2Fwotreplay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30304463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"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":["cli","go","worldoftanks"],"created_at":"2026-03-09T17:28:53.555Z","updated_at":"2026-03-09T17:28:54.107Z","avatar_url":"https://github.com/kosh04.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WoTReplay\n\n[![Build Status](https://travis-ci.org/kosh04/wotreplay.svg?branch=master)](https://travis-ci.org/kosh04/wotreplay)\n[![Go Report Card](https://goreportcard.com/badge/github.com/kosh04/wotreplay)](https://goreportcard.com/report/github.com/kosh04/wotreplay)\n[![GoDoc](https://godoc.org/github.com/kosh04/wotreplay?status.svg)](https://godoc.org/github.com/kosh04/wotreplay)\n\n[World of Tanks](https://worldoftanks.com/) Replay Parser (written in Go)\n\n*This package is work in progress*\n\n## Usage\n\n### command-line\n\n    $ wotreplay-parse [-out FILE] *.wotreplay\n\n    $ wotreplay-parse FILE.wotreplay | jq .\n    {\n        \"Date\": \"08.06.2017 04:52:35\",\n        \"Map\": \"聖なる谷\",\n        \"Gamemode\": \"1:Random\",\n        \"Reason\": \"1:Extermination\",\n        \"Tank\": \"ussr-R41_T-50\",\n        \"Player\": \"kosh04\",\n        \"Version\": \"World of Tanks v.0.9.19.0.1 #450\"\n    }\n\n### Go code\n\n    import (\n    \t\"fmt\"\n    \t\"github.com/kosh04/wotreplay\"\n    )\n    \n    r, err := wotreplay.ParseFile(\"FILE.wotreplay\")\n    if err != nil {\n    \t// ParseError\n    }\n    fmt.Println(r)\n\n\n## TODO\n\n- [ ] Define JSON data type of Matchstart, ButtleResult, etc\n- [ ] Analyze packet\n- [ ] Friendly command-line\n- [ ] [wotrp2j.py](https://github.com/Phalynx/WoT-Replay-To-JSON) compatible JSON\n- [ ] Enable parse of old replays\n\n## Similar Projects\n\n- https://github.com/evido/wotreplay-parser (C++)\n- https://github.com/Aimdrol/WoT-Replay-Analyzer (exe only)\n- https://github.com/Phalynx/WoT-Replay-To-JSON (Python)\n- https://gist.github.com/benvanstaveren/2402016 (Perl)\n- https://github.com/thesilvervestgroup/wot-replay-parser (PHP)\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosh04%2Fwotreplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkosh04%2Fwotreplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosh04%2Fwotreplay/lists"}