Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Historical Data #25

Open
nightpool opened this issue Dec 2, 2022 · 5 comments
Open

Historical Data #25

nightpool opened this issue Dec 2, 2022 · 5 comments

Comments

@nightpool
Copy link

Hi, I'm trying to understand how Nintendo chooses which maps and modes to put in rotation, and I'm looking for some sort of way to access historical rotation data. That way we could calculate e.g. which mapmodes are more likely to appear and which ones appear the least, and whether that changes over time. Is that something the splatoon3ink project has collected in a database somewhere? If so, is there a way I could get a dump of that DB?

@nightpool
Copy link
Author

nightpool commented Dec 2, 2022

I tried using Twitter Search with the splatoon 3 ink bot for the specific mapmode i'm looking for, but unfortunately the tweet text generated by the bot only contains the mode, not the specific maps :(

(And it seems like twitter makes alt text unsearchable)

@Sichongzou
Copy link

This is a good idea, but I think his working mode is just to simulate logging on to Nintendo Online and fetching the data from it. Maybe he just caches but does not persistence the data. This means that he may not have historical data.

But if you have a persistence service to access its interface regularly, you may be able to complete this work yourself.

Of course, the above are all my personal guesses, and I have not carefully read the source code.

@AAGaming00
Copy link

AAGaming00 commented May 29, 2023

I tried using Twitter Search with the splatoon 3 ink bot for the specific mapmode i'm looking for, but unfortunately the tweet text generated by the bot only contains the mode, not the specific maps :(

(And it seems like twitter makes alt text unsearchable)

https://fedi.splatoon3.ink/api/v1/accounts/AQVoGD0PSgXQh3WKem/statuses?with_muted=true&exclude_replies=1&limit=4000

@misenhower
Copy link
Owner

Hey there. I just recently finished making the data archives from the site available. You can access them at: https://splatoon3.ink/data/archive/

These are just the raw json files as they appeared on the site at the time.

The archive page is connected to a public S3-compatible bucket. That bucket is currently located at https://splatoon3ink-archive.nyc3.digitaloceanspaces.com (but that URL may change).

The path format is /year/month/day/year-month-day.hour-minute-second.originalfilename.json

In order to reduce duplication, non-xrank files have their minutes and seconds set to 0. (In other words, you'll only find one schedules.json per hour even though the bot updates it several times each hour).

Let me know how it goes!

@nightpool
Copy link
Author

nightpool commented Jun 2, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants