0.02
No commit activity in last 3 years
No release in over 3 years
Slack adapter for Ruboty.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

>= 1.0.4
>= 0.1.8
 Project Readme

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)