I’m working on connecting my app to Twitch’s API so I can track when users start broadcasting. I’ve been digging through their documentation but I can’t find any webhook or notification system that would ping my server when someone goes live.
Does anyone know if there’s a third-party service that handles this kind of streaming status monitoring? I really don’t want to constantly poll their API for every user in my database because that would probably crash my server with too many requests.
My goal is pretty simple - when one of my users starts streaming on Twitch, I want to automatically create a post on their social feed to let their followers know they’re live. Has anyone tackled something similar before?