Slackのコメントをニコニコ動画風に流します。
SlaclのAPI Tokenを取得。
https://api.slack.com/custom-integrations/legacy-tokens
※ レガシーのトークンにのみ対応
# Clone this repository
git clone https://github.com/cyamax/nicoSlack
# Go into the repositor
cd nicoSlack
取得したAPI Tokenをaccount.json
に記入。
{
"token" : "xoxp-xxxxxxxxxxxxxxx"}
}
# Install dependencies
npm install
# Run the App
npm start
MIT Lisenceのもとで公開されています。