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

railslink/rbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages