Skip to content

Slackの通知をニコニコ風に流す

Notifications You must be signed in to change notification settings

RikutoYamaguchi/nicoSlack

 
 

Repository files navigation

nicoSlack

Slackのコメントをニコニコ動画風に流します。

イメージ

image.png

使い方

API Tokenを取得

SlaclのAPI Tokenを取得。
https://api.slack.com/custom-integrations/legacy-tokens
※ レガシーのトークンにのみ対応

ダウンロード

# Clone this repository
git clone https://github.com/RikutoYamaguchi/nicoSlack.git
# Go into the repositor
cd nicoSlack

account.jsonにTokenを記入

取得したAPI Tokenをaccount.jsonに記入。

cp account_sample.json account.json
{
    "token" : "xoxp-xxxxxxxxxxxxxxx"}
}

インストール&実行

# Install dependencies
yarn install
# Run the App
yarn start

Mac環境でのWindowsビルド

以下のツール群をインストールしてから yarn build を実行する

brew cask install xquartz
brew install wine
brew install winetricks

Lisence

MIT Lisenceのもとで公開されています。

About

Slackの通知をニコニコ風に流す

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • CSS 4.7%
  • HTML 2.0%