uetchy / hubot-nicovideo

Hubot nicovideo plug-in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-nicovideo

Usage

Installation

  1. $ npm install hubot-nicovideo --save
  2. Add "hubot-nicovideo" into external-scripts.json
  3. Add NICOVIDEO_EMAIL, NICOVIDEO_PASSWORD, NICOVIDEO_FOLDER into runner script

Usage

> hubot nicovideo [video_id]

Config

within runner script

### hubot-nicovideo
export NICOVIDEO_EMAIL=[email]
export NICOVIDEO_PASSWORD=[password]
export NICOVIDEO_FOLDER=[destination directory]

About

Hubot nicovideo plug-in

License:MIT License


Languages

Language:CoffeeScript 100.0%