Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdougie/mouthpiece
This mouthpiece and backbone for chat commands on twitch
https://github.com/bdougie/mouthpiece
twitch
Last synced: 2 months ago
JSON representation
This mouthpiece and backbone for chat commands on twitch
- Host: GitHub
- URL: https://github.com/bdougie/mouthpiece
- Owner: bdougie
- Created: 2021-04-15T01:37:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T20:21:20.000Z (over 3 years ago)
- Last Synced: 2024-10-17T02:43:46.985Z (3 months ago)
- Topics: twitch
- Language: JavaScript
- Homepage: https://twitch.tv/bdougie/chat
- Size: 11.7 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mouth Piece
This piece is the mouth of chat commands on
https://twitch/bdougieYO/chatThis bot is powered by [ComfyJS](https://github.com/instafluff/ComfyJS#sending-chat-messages) to send chat messages with a [Twitch OAUTH](https://twitchapps.com/tmi/) 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
```