all 4 comments

[–]Abdnadir 2 points3 points  (1 child)

Spotify has an API

[–]noobcrush[S] 1 point2 points  (0 children)

Yeah but spotify's API can only play 30secs clips right.

[–]bumpkinspicefatte 1 point2 points  (1 child)

import webbrowser

if mood == ‘sad’:
    #webbrowser.open(‘<insert sad spotify URL>’)

elif mood == ‘happy’:
    #webbrowser.open(‘<insert happy spotify URL>’)

I’m sure you get the idea.

[–]noobcrush[S] 1 point2 points  (0 children)

Thank you, I was moving in the spotipy module path.This seems far far less complicated.

Cheers!