timraay / HLLLogUtilities

A Discord bot that makes it easy to capture and export logs from your HLL servers
MIT License
9 stars 6 forks source link

Add CSV (and JSON?) export for scoreboard #31

Closed timraay closed 1 year ago

timraay commented 1 year ago

Just like the logs export, add a prompt asking you to select a format. For CSV it would just be the main scoreboard without all the summary and weapon analysis. For JSON it could include as much information as we have available.

Most of this could simply be copied over from the logs export. I believe there's some stuff for exporting in different formats already in the scores lib as well.

timraay commented 1 year ago

Implemented in dbb05ca