Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 593 Bytes

slack_irc_bot

slackとIRCを以下のように中継するIRCボット slack_irc_bot構成

使い方

  • slackのIntegrationでAmazon SQSを設定する
  • slackのIntegrationでIncomming WebHooksを設定する
  • slack_irc_botを取得する
$ git clone https://github.com/mechamogera/slack_irc_bot.git
$ cd slack_irc_bot
  • conf/bot.ymlを適切に編集する
  • slack_irc_botを起動する
$ bundle install --path vendor/bundle
$ bundle exec ruby slack_bot_main.rb