Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fernandocarletti/torrent-scraper
- Owner: fernandocarletti
- License: bsd-3-clause
- Created: 2015-01-31T22:36:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T20:08:38.000Z (over 1 year ago)
- Last Synced: 2024-10-09T17:55:51.114Z (about 1 month ago)
- Language: HTML
- Size: 226 KB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)