cis3296s24 / 02-SpotiFynd

A command-line interface (CLI) for users to gather metadata about their favorite artists, songs, and playlists. Users can also use filters and create custom combinations of their own to search for songs that fit their criteria.
4 stars 0 forks source link

Spotify Token #59

Open nina-perone opened 4 months ago

nina-perone commented 4 months ago

I think the README instructions for downloading the source code, starting the virtual environment, and accessing the Spotify Developers page were clear and I was able to follow them fine. I understood how to get the client id and secret, but it was unclear how to get the token and use it to allow the code to access Spotify when running from the command line.

justinmmeans commented 4 months ago

Thank you for bringing this issue up. We are currently working on a release that will no longer require users to register for a Spotify developers account and instead will allow users to login with their normal Spotify login. Until this is implemented I will look into clarifying the existing instructions.