Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Getting Started

Kobun42 does things edited this page Jun 13, 2022 · 4 revisions

Note: This tutorial already assumes you have node.js installed. If you don't, do that first.

How to use this tool:

  1. Sign in to the Playstation website.
  2. In the same browser, go to this page to obtain your npsso. Be sure NOT to share this with ANYONE.
  3. Edit index.js and replace "yourNPSSOhere" with your npsso. Be sure to keep the quotation marks around the original name.
  4. Go to the Discord Developer Portal and create a new Application. You can edit it as you like afterwards.
  5. Go to the OAuth2 section on your new app and copy the client ID.
  6. Go back to index.js and replace "yourDiscordClientIDhere" with the client ID you got from the discord app. Once again, be sure to keep the quotation marks around the original name.
  7. Staying on index.js, locate "yourPSNIDhere" and replace it with your PSN name. Once again, be sure to keep the quotation marks around the original name.
  8. Open command prompt and go to the directory you put index.js in.
  9. If you haven't already, use npm init and afterwards use npm to install the other dependencies. A list of Node.js dependencies needed can be found here.
  10. Type in "node index.js" into the command prompt window.
  11. If all is done correctly, every minute your Discord Rich Presence should link up to your PSN activity on a legacy console (PS3/PSP/PS Vita)
  12. Whenever you want to stop tracking your presence, be sure to go to the command prompt window and press CONTROL+C at the same time.
Clone this wiki locally