brew install ffmpeg youtube-dl
npm installCreate a file called config.json:
{
"port": 8080,
"video_dir": "videos",
"giphy": {
"api_key": "your API key"
},
"watson": {
"alchemy-language": {
"api_key": "your API key"
},
"speech-to-text": {
"username": "your username",
"password": "your password"
},
"tone-analyzer": {
"username": "your username",
"password": "your password"
}
},
"youtube": {
"api_key": "your API key"
}
}npm start