Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

13 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages