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

hubot-youtube-v3

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-youtube-v3

A hubot script for searching YouTube with the YouTube Data API v3

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

hubot-youtube-v3

A hubot script for searching YouTube with the YouTube Data API v3

Travis npm From Pittsburgh With Love

Originally built as a replacement for hubot-youtube

See src/youtube-v3.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-youtube-v3 --save

Then add hubot-youtube-v3 to your external-scripts.json:

[
    "hubot-youtube-v3"
]

Configuration

This package requires the HUBOT_GOOGLE_API environment variable to be set. This is an API key for a Google Developers project with access to the YouTube Data API v3. Be sure to generate a Public API access key and not an OAuth ID.

For more information on how to set this up, see the documentation here on obtaining credentials from Google Developers.

Sample Interaction

user1>> hubot youtube me code monkey
hubot>> http://www.youtube.com/watch?v=v4Wy7gRGgeA

Keywords

FAQs

Package last updated on 18 Mar 2018

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