{"id":17498247,"url":"https://github.com/rp4rk/wowp","last_synced_at":"2025-04-11T00:20:34.269Z","repository":{"id":52960007,"uuid":"243137656","full_name":"rp4rk/WoWP","owner":"rp4rk","description":"A combat log parser for World of Warcraft, created in Rust.","archived":false,"fork":false,"pushed_at":"2021-08-20T22:05:47.000Z","size":14927,"stargazers_count":10,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-06T22:20:24.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rp4rk.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}},"created_at":"2020-02-26T01:08:49.000Z","updated_at":"2024-10-16T23:04:12.000Z","dependencies_parsed_at":"2022-08-24T09:10:19.864Z","dependency_job_id":null,"html_url":"https://github.com/rp4rk/WoWP","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rp4rk%2FWoWP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rp4rk%2FWoWP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rp4rk%2FWoWP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rp4rk%2FWoWP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rp4rk","download_url":"https://codeload.github.com/rp4rk/WoWP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248318729,"owners_count":21083710,"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":[],"created_at":"2024-10-19T16:11:02.281Z","updated_at":"2025-04-11T00:20:34.243Z","avatar_url":"https://github.com/rp4rk.png","language":"Rust","readme":"# WoWP\n\n## ![Rust](https://github.com/rp4rk/WoWP/workflows/Rust/badge.svg)\n\n---\n\nCombat Log Parser for World of Warcraft\n\nWoWP is a combat log parser for World of Warcraft that aims to provide a fast conversion from the retail World of Warcraft combat log format into JSON. This is a huge barrier to entry for people wishing to build gameplay analysis tooling, so by providing a prebuilt way to do that into a sane format, we're hoping to see more innovation in the space.\n\n## About\n\n---\n\nWoWP will fully parse any modern World of Warcraft log file, this is commonly known as the `WoWCombatlog.txt` file. The result is a stream of JSON data that will\n\n## How to Build\n\n- Install [Cargo/Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html)\n- Clone this repository\n- Run `cargo build --release`\n- The binary can be found in `target/release`\n\n## Usage Instructions\n\n---\n\nRunning WoWP requires three different components,\n\n- WoWP Binary, see [How to Build](#how-to-build) or the releases\n- Event templates, in order to correctly match events and their composite data to a JSON structure, see the src folder for all the maintained templates.\n- A `WoWCombatLog.txt` file\n\nOnce you have these components, simply execute the binary and pass in the relevant flags,\n\n`./wowp --event-structures=\"./event_templates\"`\n\nAfter which, JSON will start being streamed to stdout for you to use, e.g.\n\n`./wowp --event-structures=\"./event_templates\" \u003e combat-log.json`\n\n## Flags\n\n- `-p` will parse trash events, otherwise only encounters are parsed along with zone changes and the combat log version event.\n  - Defaults to false\n- `--event-structures=\"path\"` The path to a set of complete event structures\n  - Defaults to `./event_templates`\n- `--combat-log=\"path\"` The path to a combat log file\n- Defaults to `./WoWCombatLog.txt`\n\n## FAQ\n\n---\n\n- Why Rust?\n  - Excellent parser combinator libraries such as [nom](https://github.com/Geal/nom) - these are incredibly helpful for parsing recursive structures like the WoWCombatLog format.\n- Can this replace WarcraftLogs/WoWAnalyzer/`\u003cOther service\u003e` that I use?\n  - No, WoWP could fit nicely in their processing pipelines though ;)\n- Can I use this for `\u003cMy Service\u003e`?\n  - The project uses the AGPL license, so most likely yes.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frp4rk%2Fwowp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frp4rk%2Fwowp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frp4rk%2Fwowp/lists"}