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.0.0 to 1.0.1

Gruntfile.js

18

package.json
{
"name": "hubot-twitch",
"description": "A Hubot script for interacting with Twitch.tv API",
"version": "1.0.0",
"description": "A Hubot script for interacting with Twitch.tv API.",
"version": "1.0.1",

@@ -27,10 +27,18 @@ "author": "Ian Lai <ian@fyianlai.com>",

"dependencies": {
"coffee-script": "~1.6"
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"hubot": "2.x",
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*"
"sinon": "*",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.6.0",
"matchdep": "~0.1.2",
"grunt-contrib-watch": "~0.5.3"
},

@@ -41,4 +49,4 @@

"scripts": {
"test": "script/test"
"test": "grunt test"
}
}

@@ -25,5 +25,5 @@ # Hubot: Twitch.tv

- TWITCH_API_KEY
- HUBOT_TWITCH_KEY
- HUBOT_TWITCH_MAX_RESULTS _(TBA)_
- `TWITCH_API_KEY`
- `HUBOT_TWITCH_KEY`
- `HUBOT_TWITCH_MAX_RESULTS` _(TBA)_

@@ -35,8 +35,8 @@

--- | ---
hubot ttv __follows__ | Returns the 10 most recent live streams belonging to your followed channels (list populated from your linked Twitch user)
hubot ttv __link__ _\<user\>_ | Link Twitch _\<user\>_ to you
hubot ttv __featured__ | Returns the first 5 featured live streams
hubot ttv __game__ _\<category\>_ | Returns the first 5 live streams in a game _\<category\>_ (case-sensitive)
hubot ttv __search__ _\<query\>_ | Returns the first 5 live streams matching the search _\<query\>_
hubot ttv __stream__ _\<name\>_ | Returns information about stream _\<name\>_
hubot ttv __top__ | Returns the top 5 games sorted by the number of current viewers on Twitch, most popular first
hubot ttv follows | Returns the 10 most recent live streams belonging to your followed channels (list populated from your linked Twitch user)
hubot ttv link `user` | Link Twitch `user` to you
hubot ttv featured | Returns the first 5 featured live streams
hubot ttv game `category` | Returns the first 5 live streams in a game `category` (case-sensitive)
hubot ttv search `query` | Returns the first 5 live streams matching the search `query`
hubot ttv stream `name` | Returns information about stream `name`
hubot ttv top | Returns the top 5 games sorted by the number of current viewers on Twitch, most popular first

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

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