I've got kind of an open ended question here. I'm wondering if there's a way to intercept the Spotify friend-feed data that comes into the desktop app. What I'd like to do is write a program that would let me autoplay whatever song is at the top of the feed.
I know about the Python spotipy API, is there a way I could do this using that implementation? I also know some Java.
I can also see the friend-feed cookie files on my computer, is there a way to decode these?
Sorry for my complete lack of knowledge on this topic.