This project utilizes the Twitch Messaging Interface package, the datagram module in NodeJS, and the sadam library by Ádám Siska to pull messages from Twitch and present them in a readable form in Max/MSP
To install this project, clone the repo and install the modules via npm install.
Be sure to install the sadam library, create an app through the Twitch Developer portal, and create a .env file. Set the CHANNEL_NAME, OAUTH_TOKEN, and BOT_USERNAME from Twitch in the .env file.
To start up the app, use npm run start and open up the max/msp patch.
The sadam Library uses the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License, except for [sadam.lzo], which is a GPLv2 project.
Copyright (c) 2020 Alex Taylor. Released under Creative Commons Zero v1.0 Universal. See the LICENSE file for more details.