{"id":22230232,"url":"https://github.com/oriath-net/pogo","last_synced_at":"2025-07-27T19:32:30.998Z","repository":{"id":57530479,"uuid":"262271971","full_name":"oriath-net/pogo","owner":"oriath-net","description":"Path of Go - Go tools for exploring Path of Exile data","archived":false,"fork":false,"pushed_at":"2023-04-25T19:08:11.000Z","size":564,"stargazers_count":20,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-06-19T05:37:32.238Z","etag":null,"topics":["ggpk","go","path-of-exile"],"latest_commit_sha":null,"homepage":"","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/oriath-net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-05-08T08:44:24.000Z","updated_at":"2024-03-23T22:20:09.000Z","dependencies_parsed_at":"2024-06-19T05:17:09.576Z","dependency_job_id":"acecdfee-f6bc-4ea5-ad1f-1c7a587498a7","html_url":"https://github.com/oriath-net/pogo","commit_stats":null,"previous_names":["duskwuff/pogo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oriath-net%2Fpogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oriath-net%2Fpogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oriath-net%2Fpogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oriath-net%2Fpogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oriath-net","download_url":"https://codeload.github.com/oriath-net/pogo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227831078,"owners_count":17826155,"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":["ggpk","go","path-of-exile"],"created_at":"2024-12-03T01:14:48.897Z","updated_at":"2024-12-03T01:14:49.574Z","avatar_url":"https://github.com/oriath-net.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Path of Go - Golang tools for reading PoE data files\n====================================================\n\nInstallation\n------------\n\n    go get -u github.com/oriath-net/pogo\n\nYou'll need to have [Go 1.18](https://golang.org/dl/) or later installed.\n\n\nUsage\n-----\n\n    pogo ls Content.ggpk:Data\n\n    pogo ls 'Path of Exile':\n\n    pogo ls some_files.zip:subdirectory/\n\nList the contents of a GGPK file, Steam install, or PKZIP archive, including\nfiles within bundles if appropriate.\n\nThe colon in this (and other) commands is significant; it separates files in\nthe real filesystem on the left from files within the virtual filesystem on\nthe right.\n\n(Support for PKZIP archives is provided as a utility for developers. The game\nnever naturally provides data in this format.)\n\n\n     pogo cat --utf16 Content.ggpk:Metadata/StatDescriptions/stat_descriptions.txt\n\nOutput the contents of a single file in the GGPK to standard output,\nconverting UTF-16 to UTF-8 for output.\n\n\n    pogo extract Content.ggpk:Audio/\n\nExtract all audio files from the GGPK.\n\n\n    pogo data2json Content.ggpk:Data/WorldAreas.dat\n\nDump a data file to JSON. Data file formats are specified in `dat/formats`;\nthe contents of that directory are embedded in the pogo executable.\n\nThe [`jq`](https://stedolan.github.io/jq/) tool is incredibly useful for\ndisplaying and manipulating JSON data, and is highly recommended.\n\n\n    pogo analyze Content.ggpk:Data/WorldAreas.dat\n\nAnalyze the contents of ActiveSkills.dat, providing information which may be\nuseful in interpreting it.\n\n\nMost of these commands have a bunch of additional options; they can be viewed\nfrom within the application using e.g. `pogo help cat`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foriath-net%2Fpogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foriath-net%2Fpogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foriath-net%2Fpogo/lists"}