A simple Twitch chatbot that uses tmi.js to interact with Twitch chat!
git clone https://github.com/Bloxiphy/Simple-Twitch-Chatbot.git
- Install node.js, preferably the latest version.
- Open up your terminal, and use
npm install tmi.js
or justnpm i
, since it is already mentioned in package.json. - Enter all details in config.json. All information can be found here.
- In the terminal, type
node index.js
and your bot will be on!
You can use this bot one channel at a time. Add commands as you please.