Joseph-233 / music-recommendation

This project recommends music to users based on their heart beat (bpm)
3 stars 1 forks source link

Read credentials from local files #27

Closed juan-yu closed 6 months ago

juan-yu commented 6 months ago

Go to https://developer.spotify.com/dashboard/create, set Redirect URI as http://localhost:8888/callback/, tick Web API under "Which API/SDKs are you planning to use?"

Go to app settings, copy Client ID and Client secret

Create a file nemed client_id.txt in streamlit\spotify_credential, paste your client_id

Create a file nemed client_secret.txt in streamlit\spotify_credential, paste your client_secret