Skip to content

A nodejs ran web sever that scrapes torrenting sites and automatically downloads them to directory for plex purposes.

Notifications You must be signed in to change notification settings

cnoott/media_server_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media_Sever_Interface

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.

Dependencies

  • transmission-remote-cli (for downloading torrent)
  • Rest of dependencies are in the package-lock.json

Installation

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

Usage

node server.js

Todo

  1. Use a torrenting api so that transmission-remote-cli doesnt have to be used.

About

A nodejs ran web sever that scrapes torrenting sites and automatically downloads them to directory for plex purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published