Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Replay parse server generating JSON log events from Dota 2 replay files

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