bioinformaticsgx / Spotify-Music-Data-Analysis

Music Data Analysis
https://uwgabrielxu.github.io/Spotify-Music-Data-Analysis/
MIT License
99 stars 12 forks source link

Spotify Id's #1

Open nxbringr opened 6 years ago

nxbringr commented 6 years ago

Hey, From where did you manage to get Spotify Id's for this project?

bioinformaticsgx commented 5 years ago

Sorry for my huge late! I remember Spotify provides public API, where you could get tons of info

Min-eralwater commented 4 years ago

Hi there AsTimeGoesBy1111, awesome work done with your analysis! I'm doing a similar project and would like to ask how you managed to get the access token!

Tried using the follow code and replaced your access code with this instead:

pip install spotify_token import spotify_token as st

data = st.start_session("myusername","mypassword") access_token = data[0] expiration_date = data[1]

But somehow the csvs returned were all empty. Was wondering if you could give me some insight to this problem!

Thanks a lot :)

xinjinli3073 commented 1 year ago

Hey Min-eralwater, just want to ask did u solve the problem? I encounter the same problem, and always get the empty set.