TwitchConSentimentBot

MIT License

Stars
6
Committers
2

TwitchCon SentimentBot

This is the source code and walkthrough for the construction of a chat bot, and a pair of extensions that provide sentiment analysis of the messages in a Twitch chat room. This content was originally presented by csharpfritz, nodebotanist and fiercekittenz at TwitchCon NA 2019 in San Diego.

<>

Getting Started

Clone this repository, or download a copy of it to your PC to get started!

To help teach as many developers as possible, the application code for the bot has been written with both .NET Core 3 and JavaScript.

Sessions

Session Topics
Session #0 Get bits installed and register your first Twitch Application
Session #1a (.NET Core 3) Build your first ChatBot with .NET Core 3
Session #1b (JavaScript) Build your first ChatBot with JavaScript
Session #2 Writing a Twitch Extension panel
Session #3 Building a Twitch overlay

The final version of the applications built during the workshop can be found in the final folder.