hubot-twitch
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "hubot-twitch", | ||
"description": "A Hubot script for interacting with Twitch.tv API.", | ||
"version": "1.1.2", | ||
"author": "Ian Lai <ian@fyianlai.com>", | ||
"contributors": "Karl Birch (http://www.mbwkarl.com/)", | ||
"version": "1.1.3", | ||
"author": "Ian Lai <os@fyianlai.com>", | ||
"contributors": "Karl Birch (https://github.com/mbwk)", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -41,11 +41,11 @@ # hubot-twitch | ||
Command | Description | ||
--- | --- | ||
hubot ttv follows | Returns the 10 most recent live streams belonging to your followed channels (list populated from your linked Twitch user, see command below) | ||
hubot ttv link `user` | Link Twitch `user` to you | ||
hubot ttv featured | Returns the first `TWITCH_MAX_RESULTS` (or 5) featured live streams | ||
hubot ttv game `category` | Returns the first `TWITCH_MAX_RESULTS` (or 5) live streams in a game `category` (case-sensitive) | ||
hubot ttv search `query` | Returns the first `TWITCH_MAX_RESULTS` (or 5) live streams matching the search `query` | ||
hubot ttv stream `name` | Returns information about stream `name` | ||
hubot ttv top | Returns the top `TWITCH_MAX_RESULTS` (or 5) games sorted by the number of current viewers on Twitch, most popular first | ||
Command | Listener ID | Description | ||
--- | --- | --- | ||
hubot ttv follows | `twitch.follows` | Returns the 10 most recent live streams belonging to your followed channels (list populated from your linked Twitch user, see command below) | ||
hubot ttv link `user` | `twitch.link` | Link Twitch `user` to you | ||
hubot ttv featured | `twitch.featured` | Returns the first `TWITCH_MAX_RESULTS` (or 5) featured live streams | ||
hubot ttv game `category` | `twitch.game` | Returns the first `TWITCH_MAX_RESULTS` (or 5) live streams in a game `category` (case-sensitive) | ||
hubot ttv search `query` | `twitch.search` | Returns the first `TWITCH_MAX_RESULTS` (or 5) live streams matching the search `query` | ||
hubot ttv stream `name` | `twitch.stream` | Returns information about stream `name` | ||
hubot ttv top | `twitch.top` | Returns the top `TWITCH_MAX_RESULTS` (or 5) games sorted by the number of current viewers on Twitch, most popular first | ||
@@ -52,0 +52,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15633