Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.19 KB

File metadata and controls

19 lines (15 loc) · 1.19 KB

#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';