Automatic transitions based on stream viewer count?

AutonomousMelir

New Member
Hello, I was wondering if there was a way to trigger automatic scene transitions based on Twitch stream viewer count. I'm new to OBS so I may be missing something, I've tried the Advanced Scene Switcher plugin but it hasn't been able to accomplish what I need.
 

AutonomousMelir

New Member
A bit of an update; after looking more at the Advanced Scene Switcher I think the file option could work if I can get the viewer count in a .txt file. I've seen references to people being able to do this in other places but I haven't found a tutorial anywhere. If anyone could help me out I'd really appreciate it.
 

FerretBomb

Active Member
You can probably do something like this with Streamer.Bot and the obs-websockets plugin; it can trigger scene changes, and should be able to pull current view-count. Though you might have to code the logic yourself with C# to set up a case/elseif.
 

deFrisselle

Member
Might be able to get it via a chatbot Otherwise, you'd have to find a way to query the Twitch API for the viewer count then save to a file
 

AutonomousMelir

New Member
I figured it out, I ended up writing some Python code to update viewer count in a .txt file from Twitch API like how deFrisselle said. Thank you both so much!
 
Top