akiver / cs-demo-manager

Companion application for your Counter-Strike demos.
https://cs-demo-manager.com
MIT License
1.43k stars 197 forks source link

Output JSON files programmatically #433

Closed psychosopher closed 2 years ago

psychosopher commented 4 years ago

Hi~ I want to do some complicated analysis based on the JSON or Excel data exported.

The issue is that, my analysis is based on Python and I want to update the analysis result automatically, using many demo files. Exporting by hand every update may cost a lot of time.

Thus, I hope there is a way to programmatically export the JSON or Excel data, so that I can further analysis them in an easier way. I was also wondering whether there is an existing way to do that (e.g., python API, or command line).

Thank you!

ESBUINBOO commented 4 years ago

Would be an insane feature boys! I have the same "issue" x)

lilgandhi1199 commented 4 years ago

@akiver I agree would be very nice launch option (Download+Analyze all available demos and export to JSON) But I don't mind doing it by hand for each of my games.

in v3 I hope you add the heatmap player positions aswell which I asked about last year. I just commented and told you more about how helpful it would be for me because my code is terribly terribly slow extracting it myself from the original demo file using CSGO's open source demoinfo program!