M4cs / github-np

Github Now Playing - Display an SVG in your README for Spotify now playing!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-np

Github Now Playing - Display an SVG in your README for Spotify now playing!

Example (Not Playing would be replaced with currently playing song):

Requirements

  • Python 3.6+
  • A Server or Somewhere to Host

Getting Started

Run pip install -r requirements.txt

Add a file in the root dir called config.json and get your tokens here: https://ssrp.maxbridgland.com/authorize (OR MAKE YOUR OWN SPOTIFY APP/HOST SSRP YOURSELF. YOU CAN FIND IT ON MY GITHUB)

{
    "OAUTH_TOKEN": "",
    "REFRESH_TOKEN": ""
}

Make sure your config.json is setup correctly and then you can start the app. All you have to do is add an image tag to the domain it's hosted on!

About

Github Now Playing - Display an SVG in your README for Spotify now playing!


Languages

Language:Python 97.3%Language:HTML 2.7%