Add Kappa to your Slack. Kappa Slack is a script that will add all Twitch and BTTV emotes to your Slack workspace.
Setup your local copy by running:
git clone [email protected]:calderalabs/kappa-slack.git
cd kappa-slack
bundle install
Example .env
file:
SLACK_TEAM_NAME=kappa
[email protected]
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 [email protected] --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, likeD:
Enjoy!