Slackのコメントをニコニコ動画風に流します。
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
取得したAPI Tokenをaccount.json
に記入。
cp account_sample.json account.json
{
"token" : "xoxp-xxxxxxxxxxxxxxx"}
}
# Install dependencies
yarn install
# Run the App
yarn start
以下のツール群をインストールしてから yarn build
を実行する
brew cask install xquartz
brew install wine
brew install winetricks
MIT Lisenceのもとで公開されています。