Twitch play sounds is a twitch-chatbot, that allows streamer to easily add and remove commands which plays certain sound effect to stream.
Project local json as database so no external database is needed.
- Node.JS (tested on LTS 10.16.0)
- NPM
- Clone this repo.
- Run
npm intallin both/clientand/server. - Rename
.env.exampleto.envand change settings on your needs. - Run
npm run productionin/server.
- When running second time, only
npm run serveris needed.
Application opens (by default) to port 8080 so by going to http://localhost:8080 you can access dashboard. After you get access to dashboard, go to connections tab and connect your twitch user into dashboard. When it's successfully connected, go to sounds manager and start adding sound effects. NOTE that only .mp3 files are currently supported! After you have added command, open http://localhost:8080/player as tab or in OBS Browser.


