rbay

Crates.iorbay
lib.rsrbay
version0.1.0
sourcesrc
created_at2023-10-08 14:46:15.526153
updated_at2023-10-08 14:46:15.526153
descriptionA minimal wrapper for The Pirate Bay API.
homepage
repositoryhttps://github.com/cherrydot/rbay
max_upload_size
id997173
size19,035
(cherrydot)

documentation

README

crates.io docs.rs crates.io

Pirate Bay Client

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.

Development

The data in src/scraped.rs is generated by scraper.py, which can be run as follows:

$ python3 scraper.py -c > src/scraped.rs
Commit count: 4

cargo fmt