show the world the songs/albums that i'm listening to
place a config.json
file in the root directory:
{
"client_id": "YOUR_SPOTIFY_CLIENT_ID",
"client_secret": "YOUR_SPOTIFY_CLIENT_SECRET",
"redirect_uri": "YOUR_REDIRECT_URI",
"authorized_user": "YOUR_SPOTIFY_USERNAME"
}