Download Leaderboard into spreadsheet
15 days ago

I want to download the full contents (current runs and obsolete runs) of a category in a full readable spreadsheet. I see we can do this for WR but ideally, we need this for just normal runs.

Canada

I made a utility for this a while ago. It's pretty trivial to do with the API: https://github.com/ShikenNuggets/SpeedArchive

Odyssic likes this

This is really great, thanks for that.

Austria

@ShikenNuggets: do you have a build instruction for this? I can't get it to compile on linux with mono. Only errors I don't understand, bc I'm a noob.

Canada

I don't have Linux or know anything about compiling C# stuff for it, you're on your own I'm afraid.

Austria

Then how do you run your own utility?

Canada

I'm on Windows. It just builds to an executable (there's a build in the Releases there) and I run that. Not sure what the source of the confusion is here, I just can't help you because I have no idea what extra complications Linux introduces.

Edited by the author 13 days ago
Switzerland

If you're on Linux (or any OS and want an alternative), I've just written a dump tool myself that writes either JSON or CSV: https://github.com/CounterPillow/srcomdumpy

Austria

@ShikenNuggets: my bad, i just downloaded the source file and didn't notice that there is another zip containing an executable. But well, that doesn't work on Linux. I tried with Wine too, but no success yet.

@CounterPillow: thanks for putting that one up. I tried it, but get an error-msg. I wrote you on github.