A small node script that checks if a specific user is connected to a specific twitch channels chat. It does not check every single user in bigger streams (just all vips, mods, the broadcaster and up to 100 chatters).
Don't over use it, you might get rate limited and/or banned from twitch. This is intended for educational purposes only.
- Node.js
- npm
- Clone the repository
cd hello-twitch
into the directory- Install the dependencies with
npm install
- Edit the
config
object insideindex.js
or use theCLI
to suit your needs (seenode index.js --help
ornpm start -- --help
for more information; CLI options overwrite the config object) - Run the script with
node index.js [options]
ornpm start -- [options]