An open API service indexing awesome lists of open source software.

https://github.com/uetchy/hubot-nicovideo

Hubot nicovideo plug-in
https://github.com/uetchy/hubot-nicovideo

Last synced: 12 months ago
JSON representation

Hubot nicovideo plug-in

Awesome Lists containing this project

README

          

# hubot-nicovideo

![Usage](screenshots/usage.png)

## 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]
```