Skip to content

billsuxx/TorrentFinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

#TorrentFinder

TorrentFinder it's a web application with a PHP back-end that allows torrents search and downloads via an installed transmission daemon. A google-like web interface let you search for torrents, aggregating results from different torrent search engines and add torrents to your transmission queue with a single click.

Torrent search is performed by parsing different websites or by using their external API. The architecture of the system has been designed to make the addition of different search engines very easy.

Interface: main-ui

##Requisites

  • A web server (like Lighttpd or Apache) with the PHP module installed

##Installation

  • Copy the whole 'torrentFinder' directory in the root directory of your web server (e.g. /var/www/).
  • Set the transmission-daemon address and port in the file 'requestDownload.php'. For example mine is:
$url = 'http://raspberrypi:5555/transmission/rpc';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.3%
  • JavaScript 20.0%
  • HTML 5.7%