Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 939 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 939 Bytes

Kappa Slack

Add Kappa to your Slack. Kappa Slack is a script that will add all Twitch and BTTV emotes to your Slack workspace.

Installation

Setup your local copy by running:

git clone git@github.com:calderalabs/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-bttv-emotes (default: false) Skips emotes from BetterTTV
  • --skip-one-letter-emotes (default: true) Skips single letter emotes, like D:

Enjoy!