hlfbt / kappa-slack

Add Kappa to your Slack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kappa Slack

Add Kappa to your Slack.

Installation

Setup your local copy by running:

git clone https://github.com/tubersan/kappa-slack.git
cd kappa-slack
bundle install

Usage

Example .env file:

SLACK_TEAM_NAME=kappa
SLACK_EMAIL=kappa@twitch.tv
SLACK_PASSWORD=password123

If you have the .env file setup correctly, you can just run bin/kappa-slack to start uploading emotes. Without an .env file, you can still run the script, but you need to provide options as follows:

bin/kappa-slack --slack-team-name=kappa --slack-email=kappa@twitch.tv --slack-password=password123

Optionally, you can pass these options to skip certain emotes:

  • --skip-twitch-emotes (default: false) Skips emotes from TwitchTV
  • --skip-bttv-emotes (default: false) Skips emotes from BetterTTV
  • --skip-one-letter-emotes (default: true) Skips single letter emotes, like D:

Enjoy!

About

Add Kappa to your Slack.

License:MIT License


Languages

Language:Ruby 100.0%