misenhower / splatoon3.ink

🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
https://splatoon3.ink
MIT License
225 stars 22 forks source link

Fetch all Splatfest ranking holders #32

Closed samuelthomas2774 closed 1 year ago

samuelthomas2774 commented 1 year ago

Since SplatNet 3 2.0.0-8a061f6c the Splatfest Top 100 rankings are paginated and only the first 25 ranking holders for each team are included in the result (https://github.com/samuelthomas2774/nxapi/discussions/11#discussioncomment-4267973). This pull request fetches all additional pages for each team and merges them into a single file. I also changed the filename to use the decoded fest ID instead of the global ID and added a check to skip downloading rankings for active/future Splatfests.

misenhower commented 1 year ago

Yeah, I think these filenames make a lot more sense. FYI @frozenpandaman, the ranking filenames are going to change.

Thanks for the PR!!