{"id":49495241,"url":"https://github.com/gw2scratch/evtc","last_synced_at":"2026-06-15T00:03:36.530Z","repository":{"id":38064449,"uuid":"200080405","full_name":"gw2scratch/evtc","owner":"gw2scratch","description":"Analysis and management of Guild Wars 2 EVTC logs from arcdps.","archived":false,"fork":false,"pushed_at":"2026-05-01T07:45:11.000Z","size":6084,"stargazers_count":62,"open_issues_count":76,"forks_count":29,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-05-01T09:35:09.982Z","etag":null,"topics":["arcdps","evtc","evtc-files","guildwars2","gw2","gw2-api"],"latest_commit_sha":null,"homepage":"https://gw2scratch.com/tools/","language":"C#","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/gw2scratch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/contributing.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"sejsel","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"polar":null,"custom":null}},"created_at":"2019-08-01T15:59:12.000Z","updated_at":"2026-05-01T07:42:32.000Z","dependencies_parsed_at":"2023-02-09T06:17:20.395Z","dependency_job_id":"89290bc9-7f7e-4e6a-9c14-3bb27339134a","html_url":"https://github.com/gw2scratch/evtc","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/gw2scratch/evtc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gw2scratch%2Fevtc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gw2scratch%2Fevtc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gw2scratch%2Fevtc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gw2scratch%2Fevtc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gw2scratch","download_url":"https://codeload.github.com/gw2scratch/evtc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gw2scratch%2Fevtc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34342089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["arcdps","evtc","evtc-files","guildwars2","gw2","gw2-api"],"created_at":"2026-05-01T09:06:10.034Z","updated_at":"2026-06-15T00:03:36.504Z","avatar_url":"https://github.com/gw2scratch.png","language":"C#","funding_links":["https://ko-fi.com/sejsel"],"categories":[],"sub_categories":[],"readme":"[![Build and test (.NET Core)](https://img.shields.io/github/actions/workflow/status/gw2scratch/evtc/dotnet-core.yml?branch=master\u0026logo=github)](https://github.com/gw2scratch/evtc/actions?query=workflow%3A%22Build+and+test+%28.NET+Core%29%22)\n[![Discord](https://img.shields.io/discord/543804828808249374?label=discord\u0026logo=discord\u0026logoColor=white\u0026)](https://discord.gg/TnHpN34)\n\n# GW2Scratch EVTC Tools\nThis repository hosts multiple programs for analysis and management of EVTC logs generated by the [arcdps](https://www.deltaconnected.com/arcdps/) addon for Guild Wars 2. All programs are available for Windows/Linux.\n\n#### Dependencies\n  - Running programs: .NET 8\n  - Development: .NET 8 SDK or newer\n\n#### Programs\n  - [arcdps Log Manager](#arcdps-log-manager)\n  - [EVTC Inspector](#evtc-inspector)\n\n#### Libraries\n  - [GW2Scratch.EVTCAnalytics](#evtc-analytics)\n\n## [arcdps Log Manager](ArcdpsLogManager)\n\nA manager for arcdps EVTC logs. Filter logs, upload them with one click, find fastest kills and interesting statistics.\n\n- Filter logs by time, encounter, success/failure\n- Quickly see the composition, players, encounter duration for any log\n- Upload to dps.report with one click, batch uploads\n- A table of all players in your currently filtered logs\n- A table of all guilds within your currently filtered logs\n\n## [EVTC Inspector](EVTCInspector)\nA program for exploring EVTC logs. Handy when developing anything that analyzes logs.\n\n- browse through raw combat items\n- browse through raw agent data\n- browse through processed events, with filtering\n- browse through agents and events they are involved in\n\n## [EVTC Analytics](EVTCAnalytics)\nThe core library for parsing and analyzing EVTC logs. Built with integration\nin other projects in mind. Currently has a somewhat API, changes are to be expected.\n\n- get raw agent, skill and combat item data from logs\n- get agents and processed events with structured data\n- get encounter results\n- calculate statistics such as DPS, buff uptimes and similar (very work-in-progress)\n\nThere is [documentation](https://gw2scratch.github.io/evtc/master/) available.\n\n## Contributing\nReporting bugs is the most important way of contributing, it's hard to fix things you are\nnot aware about. Either create an issue on GitHub or let us know in the `#bug-reports`\nchannel in our [Discord server](https://discord.gg/rNXRS6ZkYe).\n\nSmall changes are always welcome, however do please discuss bigger changes first.\n\nIn the future, this repository may get split up into smaller ones for the individual projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgw2scratch%2Fevtc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgw2scratch%2Fevtc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgw2scratch%2Fevtc/lists"}