https://github.com/csharpfritz/twitchconsentimentbot
https://github.com/csharpfritz/twitchconsentimentbot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/csharpfritz/twitchconsentimentbot
- Owner: csharpfritz
- License: mit
- Created: 2019-09-26T21:59:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:41:19.000Z (over 2 years ago)
- Last Synced: 2025-04-19T03:51:48.556Z (about 1 month ago)
- Language: C#
- Size: 4.07 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://twitch.tv/csharpfritz), [nodebotanist](https://twitch.tv//nodebotanist) and [fiercekittenz](https://twitch.tv/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](/docs/00-get-started.md) | Get bits installed and register your first Twitch Application |
| [Session #1a (.NET Core 3)](/docs/01-chatbot-dotnet.md) | Build your first ChatBot with .NET Core 3 |
| [Session #1b (JavaScript)](/docs/01-chatbot-javascript.md) | Build your first ChatBot with JavaScript |
| [Session #2](/docs/02-extension-panel.md) | Writing a Twitch Extension panel |
| [Session #3](/docs/03-overlay.md) | Building a Twitch overlay |The final version of the applications built during the workshop can be found in the [final](final) folder.