Nintendeals Versions Save

Library with a set of tools for scraping information about Nintendo games and its prices across all regions (NA, EU and JP).

v3.1.2

4 months ago
  • Bug fix.

v3.1.1

10 months ago
  • Fixed an issue with NoE and games with multiple versions.

v3.1.0

10 months ago
  • Update NOA to support new website and apis.
  • Renamed NSO_REQUIRED to ONLINE_PLAY.

v3.0.2

1 year ago
  • Update algolia api key
  • Skip broken functionality tests for noj

v3.0.1

1 year ago
  • Fix bug with product code on NOE.

v3.0.0

1 year ago

Update for new NA eshop pages. Re added the product_code to NA game information.

Dropped support to 3DS and WiiU games as Nintendo is phasing them out of production.

v2.1.1

3 years ago

Nintendo of America

  • ProductCode has disappeared from their website, so it wont be available for noa game info for a while.

v2.1.0

3 years ago

Nintendo of America

  • ProductCode has disappeared from their website, so it wont be available for noa game info for a while.

v2.0.0

3 years ago

General changes:

  • refactored all the code.
  • replaced scrapers with api calls to speed up the info gathering process.
  • updated documentation.
  • removed parameter validations.
  • added support for Wii U and 3DS games.
  • improved test coverage.
  • simplified the documentation of each method.
  • separated api integration into different files.

Game Class changes:

  • unified everything into one class instead of one per platform.
  • renamed genres to categories.
  • moved features (dlc, amiibo, etc) into a dict.
  • changed developers and publishers into a list of strings.
  • added class to handle the generation of urls for each nintendo online eshop.
  • improved organization for the rating values (ESRB, PEGI and CERO).

v1.6.1

3 years ago
  • Bug fixes