Skip to content

A Hubot script for Myfantasyleague.com Live scoring updates in a slack.com channel

License

Notifications You must be signed in to change notification settings

claytondukes/myfflbot

Repository files navigation

myfflbot

myfflbot is a chat bot built on the Hubot framework. It was initially generated by generator-hubot, and configured to be deployed on Heroku to get you up and running as quick as possible.

This README is intended to help get you started. Definitely update and improve to talk about your own instance, how to use and deploy, what functionality he has, etc!

Running myfflbot Locally

You can test your hubot by running the following, however some plugins will not behave as expected unless the environment variables they rely upon have been set.

You can start myfflbot locally by running:

% bin/hubot

You'll see some start up output and a prompt:

[Sat Feb 28 2015 12:38:27 GMT+0000 (GMT)] INFO Using default redis on localhost:6379
myfflbot>

Then you can interact with myfflbot by typing myfflbot help.

myfflbot> myfflbot help
myfflbot livescoring
myfflbot help - Displays all of the help commands that myfflbot knows about.
...

Testing myfflbot's Hubot Compatibility

(excerpts from https://hubot.github.com/docs/)

# link this repo to the local npm repository
% git clone <this_repo>
% cd myfflbot
% npm link

# create a fresh hubot install
% npm install -g yo generator-hubot
% mkdir myhubot
% cd myhubot
% yo hubot

% npm link myfflbot # points this hubot to the local repo for myfflbot
# add "myfflbot": "1.0.0" to dependencies in package.json
% bin/hubot

About

A Hubot script for Myfantasyleague.com Live scoring updates in a slack.com channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published