{"id":17338859,"url":"https://github.com/billyb2/torrent-search-rs","last_synced_at":"2025-04-14T17:30:52.456Z","repository":{"id":52588379,"uuid":"340178817","full_name":"billyb2/torrent-search-rs","owner":"billyb2","description":"Torrent searching Rust library","archived":false,"fork":false,"pushed_at":"2021-05-20T22:23:02.000Z","size":31,"stargazers_count":15,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T13:48:48.896Z","etag":null,"topics":["1337x","1337x-api","1337x-to","magnet","torrent","torrent-search"],"latest_commit_sha":null,"homepage":"https://docs.rs/torrent_search","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/billyb2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-18T21:12:23.000Z","updated_at":"2024-04-29T19:52:50.000Z","dependencies_parsed_at":"2022-09-26T20:40:49.398Z","dependency_job_id":null,"html_url":"https://github.com/billyb2/torrent-search-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billyb2%2Ftorrent-search-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billyb2%2Ftorrent-search-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billyb2%2Ftorrent-search-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billyb2%2Ftorrent-search-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billyb2","download_url":"https://codeload.github.com/billyb2/torrent-search-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312132,"owners_count":21082638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["1337x","1337x-api","1337x-to","magnet","torrent","torrent-search"],"created_at":"2024-10-15T15:39:58.132Z","updated_at":"2025-04-14T17:30:52.127Z","avatar_url":"https://github.com/billyb2.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Torrent Search\n[![Build Status](https://travis-ci.com/billyb2/torrent-search-rs.svg?branch=main)](https://travis-ci.com/billyb2/torrent-search-rs)\n\n### Usage:\nTo search for a torrent, simply use the `search_l337x` function\n\n ```rust\n use torrent_search::{search_l337x, TorrentSearchResult, TorrentSearchError};\n\n#[tokio::main]\nasync fn main() {\n    let debian_search_results = search_l337x(\"Debian ISO\".to_string()).await.unwrap();\n\n    for result in debian_search_results {\n        println!(\"Name of torrent: {}\\nMagnet: {}\\nSeeders: {}\\nLeeches: {}\", result.name, result.magnet.unwrap(), result.seeders.unwrap(), result.leeches.unwrap());\n\n    }\n }\n\n ```\n\nThis will return `Result\u003cVec\u003cTorrentSearchResult\u003e, TorrentSearchError\u003e`, which when unwrapped\ngives a Vector of TorrentSearchResults.\n\nYou can view more information about the data types of the structs [here](https://docs.rs/torrent_search/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillyb2%2Ftorrent-search-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillyb2%2Ftorrent-search-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillyb2%2Ftorrent-search-rs/lists"}