See Twitch Chat's mood at a glance.
A project by Lukas Edelböck, Felix Kampfer, and Andreas Wundlechner (3 students from IN3 without database knowledge from other lectures).
The project is divided into 3 parts:
- Fetching the data from Twitch and storage in Rethinkdb. Provided by Lukas Edelböck
- Aanalysing the mood of the chats. Provided by Felix Kampfer
- Displaying the analysed data with a webfrontend. Provided by Andreas Wundlechner
- Node 4.2.3
- RethinkDB 2.2.1
- Register Twitch account and get Auth token from http://www.twitchapps.com/tmi/
- Setup a rethinkDB server
- Modify credentials/credentials.js:
- replace NICK with your nickname
- replace PASS with your oauth token
- replace DBHOST with address of rethinkdb-database server
- replace DBPORT with port of rethinkdb-database
npm install
(try it without root permissions first)
npm start
- Wait 30 Seconds (don't ask)
- Open a browser and visit http://localhost/index.html