/slack-odds-are

An automated referee for games of Odds Are in a Slack room

Primary LanguageScala

Odds Are Slack Bot

This is a bot designed to referee games of Odds Are within a Slack channel.

If you'd like to use this bot for your Slack team, first clone this repo on the machine you'd like to use to run the bot. Create a new bot for your Slack team, and give it whatever name and associated swag you like. Once it's created, copy your new bot's API Token and save it as "token.txt" in your odds_are directory. Then use sbt run within this directory to start up the bot. If you named your bot "odds_are", you can send "@odds_are: help" to your #general channel to learn more. Enjoy!

Huge shoutout to @gilbertw1 for his awesome Slack Scala Client, upon which this bot is built.