C# IRC Chat Bot: Twitch API Integration

I’ve created a chat bot for IRC in C#, but, I want to add support for commands that enables me to see if a specific channel is: online/offline, streaming/not streaming, etc. etc. Since I have no prior knowledge of how to use the API in Visual Studio, and just the API in general, any help would be appreciated :slight_smile:

Here are some resources to help you get started. In short, all you’re going to need to do is make HTTP requests to the TwitchAPI.

Twitch API Docs:

Some of these requests will require headers for Twitch authentication but there’s a plethora of information on how to add headers to a C# HTTP request.

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