A command line interface written in Python that searches for tracks in Spotify playlists
- client_id = {obtain by creating new app at the Spotify developer page}
- client_secret = {same as above}
- oauth_token = {searching for a sexy way to do this. For now, go to https://developer.spotify.com/console/get-current-user-playlists/ and check off playlist-read-private and playlist-read-collaborative to access all playlists associated with your profile}
- user_id = {your Spotify user id}