A Twitch Bot, in Ruby
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
ThoughtfulCerebral 4c0e59a03a
Updated line 42-44
6 years ago
Responses Update ping.txt 6 years ago
LICENSE Initial commit 6 years ago
README.md Updated description 6 years ago
TwitchBot.rb Updated line 42-44 6 years ago
credentials.txt Added chatbot Ruby script and "credentials.txt" 6 years ago

README.md

RubyTwitchChatBot

A simple chatbot for Twitch. Used for handling commands and previewing chat.


Preview

alt text


I use this chatbot to preview chat without having a browser open so that I save CPU and RAM. But as you can see in the preview image it's also able to handle custom commands including API commands.


How To Use:

  1. Open "credentials.txt" and replace OAUTH, BOTNAME and CHANNEL with the values you need.
  2. Run "TwitchBot.rb"

Adding Commands:

  1. Open "TwitchBot.rb" and go to line 42-44, add your commands.
  2. If you're adding commands to the commands array, go to folder "Responses" and the command as a text file in all lowercase. Examples have been included in template