Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-twitch

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-twitch - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc