amcquade / fresh_script

Find Spotify tracks posted to the HipHopHeads subreddit and add them to a Spotify playlist.
MIT License
92 stars 61 forks source link

display playlists for users to select from during config #30

Closed amcquade closed 6 years ago

amcquade commented 6 years ago

there is an example here https://spotipy.readthedocs.io/en/latest/#examples

anthony-paikai commented 6 years ago

Hi, I would like to work on this. To clarify, you would like to display the names of all the user's playlists during this step:

image Would you like them to then enter the playlist(s) by name rather than ID?

adamfitzgibbon commented 6 years ago

I was taking a look at this issue the other night but feel free to work on it! You'll probably want to modify the addPlaylists helper function by passing in the user token in to make a spotipy instance using current_user_playlists() I was going to just do the selection process the same way I wrote the removePlaylists where you number the options and prompt them for the number they want to add.

anthony-paikai commented 6 years ago

@adamfitzgibbon no worries! I haven't start this yet, so have at it 👍