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.
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.
See the LICENSE file.
If you have any questions, you can tweet us at @DotaHGV
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:
- Jason Coene built Dotabuff's Source 2 parser manta.
- Robin Dietrich built the C++ parser Alice.
- Howard Chung built yasp parser yasp.