Krutonium / KruBot

A Twitch Bot with YouTube Functionality - If YouTube requests don't work, Update YouTubeExplode
GNU General Public License v3.0
5 stars 4 forks source link

Spotify Integration #2

Open cattnips opened 5 years ago

cattnips commented 5 years ago

Hey, it's thec0mpletionist from Twitch! Took a little while to post this but I've been busy. Haven't had much time to fully go through your code but I may be able to add some sort of Spotify integration with chat using this API. I don't know the extent yet but my goal would be to allow viewers to add songs to the broadcaster's queue and be able to skip (vote to skip?) songs. Even if it doesn't work with Spotify we could always use that idea for the Youtube functionality as well. Thoughts?

Krutonium commented 5 years ago

I'd be totally cool with that! You would need to re-work how I am doing my song queue - but that isn't a huge deal and as I have since realized, the version on here technically has a race condition where songs can get skipped if YouTube takes longer than the elapse time of the timer to give us a URL for VLC to play.

https://gitter.im/KruBot-/Lobby

^You can use this chat for real time communication with me by the way.

Krutonium commented 5 years ago

Any chance you still want to implement this?