bluelyte / johnny
A library that interacts with IMDB, The Pirate Bay, and the transmission-remote CLI client to automate torrenting TV show episodes
dev-master
2014-08-12 23:58 UTC
Requires
- php: >=5.3.3
- bluelyte/imdb-client: dev-master
- bluelyte/tpb-client: dev-master
- bluelyte/transmission-remote: dev-master
- monolog/monolog: 1.4.0
This package is not auto-updated.
Last update: 2024-11-09 15:05:43 UTC
README
A library that interacts with IMDB, The Pirate Bay, and the transmission-remote CLI client to automate torrenting TV show episodes.
DISCLAIMER: This project is not endorsed by, affiliated with, or intended to infringe upon IMDB, The Pirate Bay, or the Transmission project and is meant for non-commercial purposes (i.e. personal use) only.
Install
The recommended method of installation is through composer.
{ "require": { "bluelyte/johnny": "1.0.0" } }
Usage
<?php require __DIR__ . '/vendor/autoload.php'; $downloader = new \Bluelyte\Johnny\Downloader; $downloader->setDownloadPath('/home/username/Downloads'); $downloader->downloadLatestEpisodes(array( 'tt0898266', // The Big Bang Theory (http://www.imdb.com/title/tt0898266/) 'tt0433309', // Numb3rs (http://www.imdb.com/title/tt0433309/) ));
License
Released under the BSD License. See LICENSE
.