mechamogera / slack_irc_bot

slackとIRCを中継するIRCボット

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

slackとIRCを中継するIRCボット


Languages

Language:Ruby 100.0%