This is a Twitch ChatBot that has a React and MUI/MaterialUI frontend, and NodeJS backend, with a MongoDB database. Once a Twitch ChatBot is established, this application gives numerous features and commands available to the streamer and their viewers. Through this TwitchBot, interaction between a streamer and their chat, along with people within chat is enhanced, being able to provide information on the stream along with numerous activities
This bot uses these technologies in the stack
npm install
npm install
.env-example
is provided. Rename to .env and fill in your details.This TwitchBot uses TMI.js library in order to connect to and interact with TwitchBot. To start the Twitch bot, in /src/client run:
npm start
The server/backend/database is currently set up in app.js
on the server side in /src/server
To start the Twitch bot server/backend, in /src/server run:
npm start
The bot will then connect to the Twitch channel chat and listen for commands and respond
The bot will support the following commands:
!accountage: Shows how old the user's Twitch account is.
!ban
If you wish to contribute to this project, head over to Contributing.md for more information.
For more information on the licensing of this project, refer to LICENSING
[Under Construction] Please do not use this in production. There is no guarantee this will connect to Twitch Chat. It will need significant work in order to be used with Twitch and or connect to it's services.