This is a Twitch bot for twitch.tv/beginbot. If you have any Questions regarding this Project feel free to ask. You found a Bug? Please create an Issue.
Little guide on how to make it work.
-
Run this command
cp .env.example .env
or by simple rename that.env.example
to.env
-
Go to the api tmi twitch site.
-
Copy your Bot OAuth Token from twitch tmi website and paste it into the "Password" variable.
USERNAME="Botname"
PASSWORD="OAuth Token"
CHANNEL0="Twitch channel name 1"
- Make sure to install npm with these Commands:
npm i
npm run build
The Bot is now ready to run.
To add a feature clone my repo and make a new branch git -b feature
Try to follow how I have structured the project as a new feature is in its own file then called in bot.js