Github Now Playing - Display an SVG in your README for Spotify now playing!
Example (Not Playing would be replaced with currently playing song):
- Python 3.6+
- A Server or Somewhere to Host
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!