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
- Host: GitHub
- URL: https://github.com/uetchy/hubot-nicovideo
- Owner: uetchy
- License: mit
- Created: 2014-02-08T13:04:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T23:14:54.000Z (over 11 years ago)
- Last Synced: 2025-06-11T15:26:05.754Z (about 1 year ago)
- Language: CoffeeScript
- Size: 301 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-nicovideo

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