YaffsYale / Mango

[Retired] DOTA2 Source 2 Replay Parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steam DOTA2 Source 2 Replay Parser Webserver

Build Status

Uses dotabuff/manta to prase replay files for Source 2 (Dota 2 Reborn) engine. (currently dose not support source 1 replays)

Project Status:

  • Main web server is online. Yippy!
  • Need to pipe in URL parameter to get replay files from.
  • Validate current JSON structure for best load / parse performance.

Getting Started

Mango will return JSON array of events. Each event is timestamped with the game time and each event has a type. You will need to parse each event or event of specific types and decide how you're going to use it.

License

See the LICENSE file.

Help

If you have any questions, you can tweet us at @DotaHGV

Authors and Acknowledgements

Mango is maintained and development by HGV, a leading Dota 2 data visualization and analysis web site. HGV's Team:

Special thanks to the following people:

About

[Retired] DOTA2 Source 2 Replay Parser

License:MIT License


Languages

Language:Go 100.0%