Hey !
Is it possible to use the twitch API to get the custom Go Live notification of a streamer ?
Thanks
Hey !
Is it possible to use the twitch API to get the custom Go Live notification of a streamer ?
Thanks
I can only support this, would be nice if there would be a webhook to get notified if a streamer goes live
Streams up/down webhook is already on the roadmap as in progress https://trello.com/b/xdoVhmKj/twitch-developer-platform-roadmap
I m talking about the custom live notification (the classic one is : “XXX just started to live”)
Well, the actual notification part would have to be handled entirely by the developer, whether it be through a browser extension or some kind of other application. The most Twitch can do is give us the data when a user goes live.
I don’t get it, if a streamer can set up his own live message, it must be save somewhere on the twitch servers right ?
Looks like you can retrieve the notification text here:
https://api.twitch.tv/kraken/users/:USER_ID/notifications/custom?notification_type=streamup
{
"user_id": "13074",
"notification_type": "streamup",
"message": "This is a custom go live notification",
"is_default": false
}
It’s Kraken v5 so make sure you substitute the user ID.
<general disclaimer about it being an undocumented API>
I’ve been trying for days but it s not working. The api doesn’t recognize this url.
Are you specifying the API version as 5 in the header?
No what’s the typo ?
Ok find it ! IT’s working thank you so much !!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.