Skip to content
This repository has been archived by the owner on May 20, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 561 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 561 Bytes

RBot

A friendly bot to help make Ruby on Rails Link a better place.

Contributing

To run the bot locally you will need the SLACK_API_TOKEN (ask phallstrom). Add that and the following ENV vars to .env.local. For example:

SLACK_API_TOKEN=xxxxxxxx
DEVELOPMENT_USER=phallstrom
REDISCLOUD_URL=redis://127.0.0.1:6379/1

Setting DEVELOPMENT_USER will restrict the bot to responding only to commands initiated by the user specified.

Run the bot via:

bundle exec ruby rbot.rb