{"id":21560399,"url":"https://github.com/icza/screp","last_synced_at":"2025-04-05T21:09:32.339Z","repository":{"id":54983273,"uuid":"91505796","full_name":"icza/screp","owner":"icza","description":"StarCraft - Brood War replay parser","archived":false,"fork":false,"pushed_at":"2024-12-17T12:09:17.000Z","size":201,"stargazers_count":88,"open_issues_count":3,"forks_count":20,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-29T20:08:00.878Z","etag":null,"topics":["broodwar","command-line-tool","decoder","parser","replay","replay-header","starcraft"],"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/icza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"icza"}},"created_at":"2017-05-16T21:23:52.000Z","updated_at":"2025-03-06T19:17:16.000Z","dependencies_parsed_at":"2024-02-03T12:24:36.933Z","dependency_job_id":"b39c3f88-d6ae-4942-91f1-267bc611856b","html_url":"https://github.com/icza/screp","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icza%2Fscrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icza%2Fscrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icza%2Fscrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icza%2Fscrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icza","download_url":"https://codeload.github.com/icza/screp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399878,"owners_count":20932880,"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":["broodwar","command-line-tool","decoder","parser","replay","replay-header","starcraft"],"created_at":"2024-11-24T09:14:06.905Z","updated_at":"2025-04-05T21:09:32.308Z","avatar_url":"https://github.com/icza.png","language":"Go","readme":"# screp\n\n![Build Status](https://github.com/icza/screp/actions/workflows/go.yml/badge.svg)\n[![Go Reference](https://pkg.go.dev/badge/github.com/icza/screp.svg)](https://pkg.go.dev/github.com/icza/screp)\n[![Go Report Card](https://goreportcard.com/badge/github.com/icza/screp)](https://goreportcard.com/report/github.com/icza/screp)\n\nStarCraft: Brood War replay parser.\n\nThe package is designed to be used by other packages or apps, and is safe for concurrent use.\nThere is also an example CLI app that can be used standalone.\n\nParses both \"modern\" (starting from 1.18) and \"legacy\" (pre 1.18) replays.\n\n_Check out the sister project to parse StarCraft II replays: [s2prot](https://github.com/icza/s2prot)_\n\n## Using the `screp` CLI app\n\nThere is a command line application in the [cmd/screp](https://github.com/icza/screp/tree/master/cmd/screp) folder\nwhich can be used to parse and display information about a single replay file.\n\nThe extracted data is displayed using JSON representation.\n\nUsage is as simple as:\n\n\tscrep [FLAGS] repfile.rep\n\nRun with `-h` to see the list of available flags.\n\nExample to parse a file called `sample.rep`, and display replay header (included by default)\nand basic map data info (without tiles and resource location info):\n\n\tscrep -map=true sample.rep\n\nOr simply:\n\n\tscrep -map sample.rep\n\nThere is also a handy `-overview` flag which displays an overview / summary about the rep in human readable format (no JSON):\n\n\tscrep -overview sample.rep\n\n## Installing the `screp` CLI app\n\nThe easiest is to download the binary release prepared for your platform from the [Releases](https://github.com/icza/screp/releases) page. Extract the archive and start using `screp`.\n\nIf you want to build `screp` from source, then simply clone the project and build the `cmd/screp` app:\n\n\tgit clone https://github.com/icza/screp\n\tcd screp/cmd/screp\n\tgo build\n\nThis will create an executable binary in the `cmd/screp` folder, ready to run.\n\n## Example projects using this\n\n- [RepMastered™](https://repmastered.icza.net)\n","funding_links":["https://github.com/sponsors/icza"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficza%2Fscrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficza%2Fscrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficza%2Fscrep/lists"}