torvend 0.0.1
pip install torvend
Latest version
Released:
A framework for public torrent vendor scrapers
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Stephen Bunn
- Tags web-scraping, torrent, search, python3, asynchronous, command-line, framework
- Requires: Python >=3.5
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
Command Line
Search for torrents through the command-line…
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)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Stephen Bunn
- Tags web-scraping, torrent, search, python3, asynchronous, command-line, framework
- Requires: Python >=3.5
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file torvend-0.0.1.tar.gz
.
File metadata
- Download URL: torvend-0.0.1.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67a02c07607360e26b17fc30702196a57e6802f44650ee9ffca1c7302358d48f |
|
MD5 | 5ac1a90e88efaff359268c87f9527bc1 |
|
BLAKE2b-256 | 764e2336b92b0a82f9d05fd11f30c62037e49b9a20ce892f1da6e2d7a987369d |