Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T11:37:17.000Z (about 1 month ago)
- Last Synced: 2024-12-14T22:04:16.261Z (8 days ago)
- Topics: hacktoberfest
- Language: Java
- Homepage:
- Size: 273 KB
- Stars: 121
- Watchers: 12
- Forks: 52
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parser
Replay parse server generating logs from replay filesQuickstart
----
* 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