M1ndo / RichSpot

Ncspot Discord Rich Presence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RichSpot

Ncspot discord rich presence add-on

Since ncspot doesn’t implement spotify connect, we cannot share our listening activity in discord’s rich presence. Thus using RichSpot makes it possible to do.

imgs/example.png

Assets Notice

Assets will not be visible until they’re cached this is a limitation of discord. It will take atleast 10-15 min before they’re visible.

Installing / Running RichSpot

Through PyPi

pip install --upgrade richspot

Manually

pip install -r requirements.txt
pip install . --user

Running

richspot & # Run in the background

Requirements

How to obtain client id and authorization token?

  • Go to discord developers page.
  • Create an application with a custom name.
  • Get application id in generation info tab.
  • Optionally upload a cover image for rich presence invite.

Authorization Token is used to upload and delete song cover assets.

  • Open developers tools (Inspect Elements) (F12)

imgs/auth_token.png

WARNING ⚠

Do not share any keys with anyone unless you want to lose your account.

About

Ncspot Discord Rich Presence

License:GNU General Public License v3.0


Languages

Language:Python 100.0%