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

A Hubot script for interacting with Twitch.tv API

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Hubot: Twitch.tv

A Hubot script for interacting with Twitch.tv API.

Installation via NPM

  1. Install the hubot-twitch module as a Hubot dependency by adding it to your package.json file:

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

    ["hubot-twitch"]
    
  3. Run npm install

Config

  • TWITCH_API_KEY
  • HUBOT_TWITCH_KEY
  • HUBOT_TWITCH_MAX_RESULTS (TBA)

Commands

CommandDescription
hubot ttv followsReturns 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 featuredReturns 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 topReturns the top 5 games sorted by the number of current viewers on Twitch, most popular first

Keywords

FAQs

Package last updated on 30 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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