Skip to content

Latest commit

 

History

History
 
 

torrent_meta_search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

torrent_search.py

A torrent-meta-searcher

This script searches (scrapes) on multiple Torrent sites for supplied keywords and returns the results grouped by categories as JSON.

Currently, the following sites are queried:

  • thepiratebay10.org
  • 1337x.to

Requirements and Dependencies

Recommendet Python-Version

  • 3.5+

The only external dependency are

  • BeautifulSoap4

Installation

Install the required external dependencies with

$ pip3 install -r requirements.txt

Also, a chmod +x torrent_search.py can be needed to make the script executable, otherwise You have to call it with python3 (see Usage Examples)

Usage examples

Getting help:

$ (python3) torrent_search.py -h

Perform a simple search:

$ (python3) torrent_search.py doom

Filter results with at least 20 seeders for big bang theory:

$ (python3) torrent_search.py "big bang theory" -s 20

Filter by categories:

$ (python3) torrent_search.py doom -c Movies Games