hubot-world-cup-live
v0.2.2
Published
A Hubot plugin that pushes World Cup goals to a chat room
Downloads
11
Maintainers
Readme
hubot-world-cup-live
A Hubot plugin that pushes World Cup goals to a chat room.
Powered by http://worldcup.sfg.io/.
Installation
- Edit
package.json
and addhubot-world-cup-live
as a dependency. - Add
"hubot-world-cup-live"
to yourexternal-scripts.json
file. npm install
- Set the
HUBOT_WORLD_CUP_DEFAULT_ROOM
environment variable - Reboot Hubot.
Now Hubot will check for new goals on the current match every few seconds. Whenever a team scores, it will send a message to the configured room with the current score.
Attention! HipChat rooms are in the format [email protected]. You can look at Hubot's logs to view what your desired room is called internally, or use their API. If you use another chat service, please consult its documentation.