nintendo-switch-box
Update a pinned gist to contain your Nintendo Switch playtime leaderboard.
🎮 nintendo-switch-box
Update a pinned gist to contain your Nintendo Switch Game stats
Setup
Fork this repository.
Create a new public GitHub Gist at https://gist.github.com/.
Go to https://github.com/settings/tokens/new to create a token with only the gist permission.
Run
python src/get_session_token.pyto obtain your session token.Go to your fork's Settings > Secrets and add the following environment variables:
NINTENDO_SESSION_TOKEN: The session token obtained in the previous step.GH_TOKEN: The token created in step 3.GIST_ID: The ID portion of your gist URL:https://gist.github.com/your_name/<GIST_ID>.
