1.1.2 • Published 9 years ago

hubot-hitbox v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubot-hitbox

Build Status devDependency Status

A Hubot script for interacting with Hitbox.tv API.

Developed by mbwk. See src/hitbox.coffee for full documentation.

Installation via NPM

  1. Install the hubot-hitbox module as a Hubot dependency by running:

    npm install --save hubot-hitbox
  2. Enable the module by adding the hubot-hitbox entry to your external-scripts.json file:

    [
        "hubot-hitbox"
    ]
  3. Run your bot and see below for available config / commands

Commands

CommandListener IDDescription
hubot hb stream namehitbox.streamReturns information about stream name

Sample Interaction

user1>> hubot hb stream minstars
hubot>> user1: http://hitbox.tv/Minstars is currently streaming Web Development
1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

10 years ago