Skip to main content

A framework for public torrent vendor scrapers

Project description

Torvend Logo

PyPi Status Supported Versions Release Status Last Commit License Documentation Status Build Status Code Coverage Requirements Status Say Thanks

Command Line

Search for torrents through the command-line…

Torvend Usage

Usage

Search for torrents in your own applications…
Read about more complex usage in the documentation.
from torvend.client import (TorvendClient,)

discovered_torrents = []

def torrent_callback(item, **kwargs):
   discovered_torrents.append(item)


client = TorvendClient()
client.search('my query', torrent_callback)

print(discovered_torrents)

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page