GitXplorerGitXplorer
b

mouthpiece

public
6 stars
3 forks
2 issues

Commits

List of commits on branch main.
Verified
b0900122c2678f8b0015af4d41f19add3fad2bf6

Update target.yml

bbdougie committed 3 years ago
Verified
eaff17ab9ae0661f979ee0738490e4bdbe545eeb

Update target.yml

bbdougie committed 3 years ago
Verified
a4d469982a4e2d2c837bce9984de8cc8a8e2060b

Delete format.yml

bbdougie committed 3 years ago
Verified
9425e3d017286df97b181ff47869fbf47b43ad9a

Create format.yml

bbdougie committed 3 years ago
Verified
50aa3eb6fbec7e8e5fa3f5e2fcf2c6827ec92755

Create target.yml

bbdougie committed 3 years ago
Verified
1faf690710895137488f315498c1679798867623

moar commands

bbdougie committed 4 years ago

README

The README file for this repository.

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