Twitch API Java

I’m currently making a discord bot in java and would like to have the ability for my bot to notify when N streamer goes live but can’t seem to find a api for twitch or anything I do find gives error no client id is specified

Anyone know a simple method to check if someone is live

You’re getting a no client id error because to make API requests you need to include your client id for your app as a header or querystring parameter. You can read how to register your app and get a client id in the docs: https://dev.twitch.tv/docs/v5/guides/using-the-twitch-api/

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.