A Slack app for sports scores and stats.
Built originally for use at From the Rumble Seat.
Data provided by ESPN and CollegeFootballData.com where needed.
- Clone this repo.
cd
into it and runnpm install
.- Create a Slack app, install it to your workspace, and grab a Slack OAuth token.
- Start the bot using
HUBOT_SLACK_TOKEN=<slack token> HUBOT_ALIAS=<desired alias> bin/hubot --adapter slack
.
This bot doesn't do much yet, but scripts/base.js
has comments explaining each command.
Another good resource (mainly for general hubot development on Slack) is the Slack Developer Kit for Hubot.
See LICENSE.md
.