Skip to content

urug/slack-bot

Repository files navigation

Urug Bot

The Utah Ruby User's Group Slack Bot

Quick Start

This bot assumes you have RVM installed. If you don't, head to their site for installation instructions

Once you've installed rvm and installed the correct Ruby, run the following

git clone git@github.com:urug/slack-bot.git
cd slack-bot
bundle install
cp .env.sample .env
# Get the URUG token from Slack and add it to your .env file
foreman start

Contributing

Check out our guide at CONTRIBUTING.md

Deployment

Check out our guide at DEPLOYMENT.md

Resources

Checkout the slack-ruby-bot library for more information. They include a handy tutorial as well.

Additionally, you can checkout this example from a URUG talk given by Jason Carter that served as the boilerplate for this bot.