mouthpiece

This mouthpiece and backbone for chat commands on twitch

Stars
6
Committers
1

Mouth Piece

This piece is the mouth of chat commands on https://twitch/bdougieYO/chat

This bot is powered by ComfyJS to send chat messages with a Twitch OAUTH password for connecting to chat.

Setup

Copy .env.example to new .env

cp .env.example .env

Setup .env variables with your Twitch handle and oauth token.

TWITCHUSER=[YOUR-USERNAME-HERE]
OAUTH=[YOUR-OAUTH-PASS HERE] # e.g. OAUTH=oauth:kjh12bn1hsj78445234

Start server

npm install
npm start