nnuuvv / TwitchSrBot

takes spotify playlists and requests the songs 1 by 1 to a twitch sr bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwitchSrBot

takes spotify playlists and requests the songs 1 by 1 to a twitch sr bot

'configFile' on line 5 in Program.cs = path to config file | /Data/srBot.txt by default
config file structure:

twitchBotName,oauth:[insertOAuthToken] 
streamerName
spotifyClientId
spotifyClientSecret
queueLink
prefix
streamerRequestCommand

console commands:

say [message to send to twitch chat]
clearlist

example config file:

[insertTwitchBotName],oauth:[insertOAuthToken] 
[insertStreamerName]
[insertSpotifyClientId]
[insertSpotifyClientSecret]
$
https://streamlabs.com/api/v6/[randomNumberForStreamer]/data/twitch_account (get from streamer)
!sr

About

takes spotify playlists and requests the songs 1 by 1 to a twitch sr bot


Languages

Language:C# 99.0%Language:Dockerfile 1.0%