Crates.io | rbay |
lib.rs | rbay |
version | 0.1.0 |
source | src |
created_at | 2023-10-08 14:46:15.526153 |
updated_at | 2023-10-08 14:46:15.526153 |
description | A minimal wrapper for The Pirate Bay API. |
homepage | |
repository | https://github.com/cherrydot/rbay |
max_upload_size | |
id | 997173 |
size | 19,035 |
This is a minimal wrapper for The Pirate Bay. It provides functions to search for and fetch metadata on torrents. It is not a torrenting client: it only provides metadata. At present it does not support uploading torrents or managing user accounts either.
See the docs for more information including example usage.
The data in src/scraped.rs
is generated by scraper.py
, which can be run as follows:
$ python3 scraper.py -c > src/scraped.rs