Skip to content

calderalabs/kappa-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:calderalabs/kappa-slack.git
cd kappa-slack
bundle install

Usage

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, like D:

Enjoy!

About

Ruby app to import Twitch emotes in Slack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages