Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fernandocarletti/torrent-scraper

Search for torrent on many torrent websites
https://github.com/fernandocarletti/torrent-scraper

Last synced: about 1 month ago
JSON representation

Search for torrent on many torrent websites

Awesome Lists containing this project

README

        

Torrent Scraper
===============

[![Build Status](https://travis-ci.org/fernandocarletti/torrent-scraper.svg?branch=master)](https://travis-ci.org/xurumelous/torrent-scraper)

## About
This library provides an abstraction to search for torrent files accross some torrent websites.

## Usage
```php
search('elementaryos');

foreach ($results as $result) {
$result->getName();
$result->getSeeders();
$result->getLeechers();
$result->getTorrentUrl();
$result->getMagnetUrl();
}
```

## Available adapters
* [ezTv](https://eztv.ag/)
* [kickassTorrents](http://kickass.to) - Needs refactoring since the page changed.
* [thePirateBay](http://thepiratebay.org)