Twitch::Bot
twitch-bot provides a Twitch chat client object that can be used for building
Twitch chat bots.
This gem is based on
twitch-chat.
Installation
Add this line to your application's Gemfile:
gem 'twitch-bot'Install all the dependencies:
$ bundle
Or install it manually via:
$ gem install twitch-bot
Usage
Refer to the Teneggs repository for an example bot implementation.
Supported event types
:authenticated:join:message:slow_mode:r9k_mode:followers_mode:subscribers_mode:subscribe:stop:not_supported
Contributing
- Fork the repo (https://github.com/geewiz/twitch-bot/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -a) - Push the branch (
git push origin my-new-feature) - Submit a Pull Request from your Github repository
Please take note of the Code Of Conduct in CODE_OF_CONDUCT.md.