Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.02 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.02 KB

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のもとで公開されています。