0.0.1 • Published 7 years ago

hubot-youtubepl v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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!
0.0.1

7 years ago