Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 649 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 649 Bytes

hubot-youtubepl

A hubot script that will add all youtube links to a playlist

See src/youtubepl.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-youtubepl --save

Then add hubot-youtubepl to your external-scripts.json:

[
  "hubot-youtubepl"
]

Sample Interaction

user1>> hubot youtubepl authorize
hubot>> http://.....
user1>> hubot youtubepl verify XYZ
hubot>> All good!
user1>> hubot youtubepl
hubot>> https://www.youtube.com/playlist?list=PLkPBG58N87CgfhdabCoFe0dB3ClZZ6oho
user1>> http://youtu.be/XYZ
hubot>> Added that to the playlist!