曲名を入力すると、Vineの動画を使ったミュージックビデオを自動生成するWebアプリケーションです。
Vine MV is a web application which automatically generates a music video using the Vine APIs from the music title you type.
Herokuで確認できます。
You can try out this app on Heroku.
アプリケーションは以下の環境での動作確認を行いました。
I've tested this app on the following environment. This app may work on the other environment, but I do not support the other setting.
- Ruby 2.2.2p95
- Sinatra 1.4.6
$ git clone https://github.com/ikeay/vinemv.git
$ cd vinemv
$ edit keys in class/extract.rb (see below).
$ bundle install
class/extract.rbに書かれている鍵情報YOUR_CLIENT_ID, YOUR_CLIENT_SECRET, AZURE_ACCOUNT_KEYを書き換える必要があります。
Note that in class/extract.rb, you need to change the values of the
keys properly: YOUR_CLIENT_ID, YOUR_CLIENT_SECRET, AZURE_ACCOUNT_KEY.
$ ruby main.rb
このアプリケーションがどのような挙動をするのかはこちらのブログで説明しています。
This blog post (written in Japanese) explains how it works.
Copyright © 2015 Ayaka Ikezawa. This software is released under the MIT License, see LICENSE.txt.