frozenpandaman / splatnet2statink

Takes battle data from the SplatNet 2 app and uploads it to stat.ink
https://github.com/frozenpandaman/splatnet2statink/wiki
347 stars 61 forks source link

Export to Excel file with new --x flag. #105

Closed radsutton closed 4 years ago

radsutton commented 4 years ago

Data is only correct when team members are the same in the exported matches (on the same day & to the same path). English and some German translations added to allow exported in these languages.

frozenpandaman commented 4 years ago

Hey! Sorry it took me so long to respond to this.

This project is pretty late in its life cycle due to the age of the game, and a relatively major update like this (i.e. adding a whole new flag – much less three!!) to add support for a niche feature doesn't seem worth it. In addition, as the program is written in English (although can support games/accounts in any user language) I don't want to hardcode German strings in. I'm also not quite sure what's going on with dbs.py and the hard-coding of weapon names which is something we intentionally avoid, as this is handled on stat.ink's end.

Feel free to maintain a fork with this Excel exporting and/or German I/O functionality, though!