frozenpandaman / s3s

Successor to splatnet2statink. Takes battle data from the SplatNet 3 app and uploads it to stat.ink!
https://github.com/frozenpandaman/s3s/wiki
GNU General Public License v3.0
403 stars 72 forks source link

Feature request: Fetch data for seed checker #74

Closed gomtuu closed 1 year ago

gomtuu commented 1 year ago

Would it be possible to add a feature to s3s that would allow it to fetch the data needed for Lean's seed checker? I'd like to use the seed checker, but I don't want to give my Nintendo auth tokens to a Discord bot.

Thanks!

frozenpandaman commented 1 year ago

Sure, I'd be happy to do that! I'll add a flag for it soon. The whole "not wanting to give my auth tokens to a Discord bot" was the whole reason I asked @Leanny about the structure of the JSON, since I didn't want to do that either. 😅 The structure/logic is pretty simple from what I know and I'll try to get around to it shortly.

frozenpandaman commented 1 year ago

@gomtuu Enjoy!

Note that this involves a new dependency, mmh3, so you'll need to run pip install -r requirements.txt again (or just pip install mmh3).

gomtuu commented 1 year ago

Awesome! It worked!

Thank you!