This is essentially impossible :(
I don’t know if you’re able to get prices from the Nintendo online store, but that would be really cool. Right now I’m duplicating my wishlist across dekudeals and GameTrack because I like GameTrack’s features but I want to keep an eye on prices, too.
I think that might require scraping the store manually, but maybe i could have a chat with the dekudeals guy 🤔
I’ve looked into this a bit more and it is possible but very unlikely to actually happen. It requires a server running an instance of the android NSO app that is used to retrieve a valid token.
Hi
I dunno how they did that, but it seems that the software “playnite” has a nintendo connexion in order to retrieve games. But i never test it (don’t have nintendo account)
It is able using the Switch Online App’s REST API. The only thing needed is the friend code. An example of the APIs login and Splatoon or Animal Crossing examples can be found here:
https://yui-spl2.medium.com/intro-to-nintendo-switch-rest-api-d91347d3e869
The linked GitHub repo has more code in python that can be used as base. Using a Android MITM when checking friends can give additional information on the API.