How do i get the discord token? - prochy-exe/jellyfin-rpc-discord-bridge GitHub Wiki

It's a fairly easy process, but it can be tricky if you don't know how

  1. Log in to Discord using your browser (the app won't work unless you have access to the network tab)
  2. Press CTRL + SHIFT + I (or right click, Inspect)
  3. Navigate to the Network tab. Look for a request that points to @me (make sure you aren't doing anything in the tab, it's easier to pin point that way
  4. Open it up, and expand the request headers
  5. Look for the entry 'Authorization', this is your access token which we'll use to communicate with the Discord gateway
  6. Paste the token into the config_generator window and you are set! (no, i am not stealing your token, not interested in your erps, ew)