Skip to content

Small application for private usage only that list all the available torrent movies on YTS

Notifications You must be signed in to change notification settings

acostes/movie-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Fetcher

Small application for private usage only that list all the available torrent movies on YTS. Data are provided by YTS API. This also list TV Shows torrent based on Popcorn Time API.

Requirement

  • NodeJS

Installation

Go at the root folder of the project and execute npm install that download all the necessary librairies. Edit the configation file in config/config.json

{
    // Avalable option 'local' or 'server'
    // 'server' is when you want to download the .torrent on your server, in that case the upload_path is mandatory
    // 'local' is when you want to download the .torrent directly on you computer
    "download" : "server",

    // Is mandatory when you want to directly download the torrent on your server via RPC
    "rpc-host" : "localhost",
    "rpc-port" : "9091",
    "username" : "username",
    "password" : "password"
}

Launch

Execute node server.js and visite http://localhost:3001/

About

Small application for private usage only that list all the available torrent movies on YTS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published