Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Example app that processes twitch chat with the IBM Watson tone analysis api

Notifications You must be signed in to change notification settings

clouddragons/watson-twitch-tone-analysis

 
 

Repository files navigation

Twitch Chat Tone Analysis

This is an example application that uses the twitch api, the watson api, socket.io, and rickshaw. It shows the tone of twitch chat accross several tone groups. Using this, a streamer can get a sense of the mood and feeling of chat at a glance.

This also demonstrates using the watson api, the twitch api, and websockets.

Tone Analysis Screenshot

Installation

Install libraries

npm install

Modify example config file

cp example.config.json config.json
vim config.json

Start the server

node index.js

About

Example app that processes twitch chat with the IBM Watson tone analysis api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.7%
  • JavaScript 18.3%