Skip to content

hlfbt/kappa-slack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%