Git Product home page Git Product logo

nintendoclients's Introduction

Nintendo Clients

Python package to communicate with Nintendo servers

To import this into your code, run pip install . or place the nintendo folder somewhere Python can find it.

You might need to adjust your scripts if you pull new commits from this package (it may receive backwards compatibility breaking changes at any time).

Keep in mind that Nintendo is still banning Switch devices. This package tries to mimic the behavior of a real Switch as closely as possible, but using it is at your own risk. If you want to avoid unnecessary requests, adjust the scripts to reuse the tokens: the dauth and aauth tokens are valid for 24 hours and the id token is valid for 3 hours.

The Switch examples that require application authentication only support digital titles (no game cards).

Documentation

Requirements

If you install this package with pip install . all requirements (except for Python itself) will be installed automatically.

Example scripts

  • switch/
    • smm2_lan.py: Searches for Super Mario Maker 2 LAN sessions and prints information about them.
    • smm2_level.py: Downloads a Super Mario Maker 2 level and its thumbnails, and prints information about both the level and its creator.
    • smm2_ninji.py: Requests the list of ninji courses and downloads a replay file.
    • animalcrossing.py: Searches for an island by dodo code and prints information about it.
    • gamebuilder.py: Downloads a game from Game Builder Garage, and requests basic metadata such as its creation date.
    • lan_host.py: Makes your name show up on your Switch if you search for LAN sessions in Splatoon 2.

  • wiiu/
    • donkeykong.py: Downloads DKC Tropical Freeze rankings and the replay file of the world record.
    • mariokart.py: Downloads Mario Kart 8 rankings and the replay file of whoever is in 500th place.
    • miis.py: Requests all kinds of information about the primary mii associated with a NNID.
    • friends.py: Requests your friend list, incoming and outgoing friend requests, and blacklist.

  • 3ds/
    • friends.py: Changes your comment to 'Hello World'.

  • custom/
    • server.py: Shows how to create a simple game server with both an authentication server and a secure server.
    • server_login.py: Logs in on a game server and disconnects immediately. This can be used to test custom servers.

nintendoclients's People

Contributors

kinnay avatar ioistired avatar mrexodia avatar tenda-gumi avatar thegreatrambler avatar jonbarrow avatar azillion avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.