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

Latest commit

 

History

History
37 lines (18 loc) · 635 Bytes

Readme.md

File metadata and controls

37 lines (18 loc) · 635 Bytes

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