Ruboty::Slack

Slack adapter for Ruboty.

Usage

See https://my.slack.com/admin/settings to enable XMPP Gateway on Slack.

# Gemfile
gem "ruboty-slack"

ENV

SLACK_PASSWORD - Account's XMPP password
SLACK_ROOM     - Room name to join in at first (e.g. general,random)
SLACK_TEAM     - Account's team name (e.g. wonderland)
SLACK_USERNAME - Account's username (e.g. alice)