Ntacman / SongRequestBot

Homemade Music Request Bot for Twitch.tv
GNU General Public License v3.0
0 stars 0 forks source link

Ruby grpc refactor #13

Open Ntacman opened 2 years ago

Ntacman commented 2 years ago

Context: When I was in streaming, I wrote my own song request bot that people could supply youtube URLs too. There was an integration into OBS studio that would access the queue of songs and render up a lightweight player.

This refactors breaks the queue manager out into it's own smaller gRPC based application so that I can keep the irc listener separate(IRC frameworks in ruby are relatively unmaintained these days)

Changes:

Known Issues