View post data (setting up your Spotify API key)
(These instructions are for Chrome; Firefox likely has similar steps).
To retrieve your Spotify API key, do the following from this page,
- Press F12 to open developer tools
- Go to the Network tab
- Refresh the page, if asked if you are sure you want to re-submit data, click OK
- Under "Name", a new entry for "view_post_data.html" should show up, click it
- To the right, click the "Headers" tab (the tabs here are Headers, Preview, Response, Cookies, and Timing)
- To the right, you'll now see the Post data. Scroll down towards the end, and look for
SpotifyClientID
andSpotifyClientSecret
- Edit your copy of
coordmusicuserconfig.py
and paste in the ClientID and ClientSecret that you see in Chrome.