mysql
git-crypt
ffmpeg
git-crypt unlock KEYFILE
npm --prefix client install
npm --prefix server install
npm --prefix server run init
npm --prefix server start &
npm --prefix client start &
Pulp fiction: http://www.imdb.com/title/tt0110912/
imdbId=tt0110912
curl "https://yts.am/api/v2/list_movies.json?query_term=${imdbId}"
token=$(curl "https://torrentapi.org/pubapi_v2.php?get_token=get_token" | sed -n 's/.*"token":"\(.*\)"}/\1/p')
curl "https://torrentapi.org/pubapi_v2.php?mode=search&search_imdb=${imdbId}&token=${token}"