https://github.com/odota/parser
Replay parse server generating JSON log events from Dota 2 replay files
https://github.com/odota/parser
hacktoberfest
Last synced: over 1 year ago
JSON representation
Replay parse server generating JSON log events from Dota 2 replay files
- Host: GitHub
- URL: https://github.com/odota/parser
- Owner: odota
- License: mit
- Created: 2016-08-26T02:30:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T20:20:12.000Z (over 1 year ago)
- Last Synced: 2025-03-28T10:07:53.220Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Java
- Homepage:
- Size: 326 KB
- Stars: 127
- Watchers: 10
- Forks: 53
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parser
Replay parse server generating logs from replay files
Quickstart
----
* Run the Java project (it'll start a webserver on port 5600)
* Or build manually with `mvn install`
* Run manually with `java -jar target/stats-0.1.0.jar`
* POST a .dem replay file to the server (example: scripts/test.sh)
* The parser returns line-delimited JSON in the HTTP response