Uses an interface served on a webserver, scrapes a torrenting site based on a search query and executes commands with Transmission-remote-cli to download the torrent.
- transmission-remote-cli (for downloading torrent)
- Rest of dependencies are in the package-lock.json
After installing transmission-remote-cli clone the repo:
git clone https://github.com/cnoott/media_server_interface.git
Change directory into folder
cd media_server_interface
Install node dependencies:
npm --install
node server.js
- Use a torrenting api so that transmission-remote-cli doesnt have to be used.