Skip to content

ニコ動のURLを投げると自動でmp3に変換してくれるhubot用モジュール(実験用) / Auto converter for niconico douga to mp3

Notifications You must be signed in to change notification settings

kaminogi/hubot-nicoencode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-nicoencode

Thanks to @tigberd!

This is for personal / experimental release.

Be careful of copyrights. We don't take responsibility for any damage.

The language is Japanese, change them if you need (Maybe easy for do that).

Botの言語は日本語です。 自分用にカスタマイズしてますので適宜変更してご利用ください。

著作権には十分に留意して利用してください。 このソフトウェアを生じて発生したいかなる損害にも、その責任を負いません。 あくまで実験および検証用のリリースである旨をご理解ください。

Usage

hubot宛に hubot mp3 <ニコ動のURL> を話しかけると、自動的に変換して192k mp3化してくれます。

Speak to your hubot hubot mp3 <nicovideo URL>, it will automatically convert the video to mp3 192k.

hubot mp3 http://www.nicovideo.jp/watch/sm25113423

Requirements

CentOS 6系(本番)、OSX(開発)で動作を確認しています。

  • ffmpeg > 2.2
  • curl > 7.4
  • ruby > 2.2

Install

Edit your external-scripts.json

[
  "hubot-nicoencode"
]

Clone into the node_modules directory.

$ cd ~/path/to/your-hubot/node_modules
$ git clone https://github.com/kaminogi/hubot-nicoencode
$ cd hubot-nicoencode
$ npm install

Set the envs.

$ export ACCESS_URL=http://localhost:8080/
$ export NICOVIDEO_DUMP_EMAIL=***
$ export NICOVIDEO_DUMP_PASSWORD=***

Contributing

  • Fork me on GitHub

About

ニコ動のURLを投げると自動でmp3に変換してくれるhubot用モジュール(実験用) / Auto converter for niconico douga to mp3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 59.3%
  • Shell 32.7%
  • Ruby 8.0%