{"id":17147137,"url":"https://github.com/dist1ll/hltv-rust","last_synced_at":"2025-10-03T13:12:50.173Z","repository":{"id":39735494,"uuid":"449096070","full_name":"dist1ll/hltv-rust","owner":"dist1ll","description":"A client to fetch and parse data from HLTV.org","archived":false,"fork":false,"pushed_at":"2022-11-30T18:41:55.000Z","size":104,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T05:44:27.615Z","etag":null,"topics":["api","crawler","hltv","parser","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/hltv/latest/hltv/","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dist1ll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-18T01:01:29.000Z","updated_at":"2025-07-11T16:26:54.000Z","dependencies_parsed_at":"2023-01-22T11:16:17.783Z","dependency_job_id":null,"html_url":"https://github.com/dist1ll/hltv-rust","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dist1ll/hltv-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dist1ll%2Fhltv-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dist1ll%2Fhltv-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dist1ll%2Fhltv-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dist1ll%2Fhltv-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dist1ll","download_url":"https://codeload.github.com/dist1ll/hltv-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dist1ll%2Fhltv-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265009351,"owners_count":23697158,"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":["api","crawler","hltv","parser","rust"],"created_at":"2024-10-14T21:10:29.969Z","updated_at":"2025-10-03T13:12:45.136Z","avatar_url":"https://github.com/dist1ll.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HLTV client\n\n[Documentation](https://docs.rs/hltv/latest/hltv/) | [Crates.io](https://crates.io/crates/hltv) | [Repository](https://foss.alic.dev/dist1ll/hltv-rust)\n\n**A crate for fetching and parsing esports data from [HLTV.org](https://www.hltv.org).**\n\n\nThis crate allows you to fetch and parse upcoming matches, results,\nevent information, player performance. This crate uses async calls via `reqwest`\nand parses the HTML document with `tl`. This API mimics the way you discover information on HLTV. \nSummary pages like [HLTV Matches](https://www.hltv.org/matches) contain less information \nin the HTML document than the detailed match-specific page.\n\n\nCurrently, the following API calls are supported:\n\n- `crate::upcoming`\n- `crate::results`\n- `crate::get_match`\n\n## Examples\n\nThe builders in `hltv` allow you to build a generic `Request` object with a `Request::fetch` method.\n\n```rust\n#[tokio::test]\nasync fn results() -\u003e Result\u003c(), Box\u003cdyn Error\u003e\u003e {\n    let req = hltv::results()\n        .map(Map::Inferno)\n        .team(4608) // Team Na'Vi\n        .year(2016) \n        .event_type(EventTypeFilter::Lan)\n        .build();\n\n    let matches = req.fetch().await?; // Vec\u003cMatchResult\u003e\n    Ok(())\n}\n```\n## Getting more detailed information\n\n\n## License\n\nThis project is dual-licensed under the MIT and Apache 2.0 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdist1ll%2Fhltv-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdist1ll%2Fhltv-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdist1ll%2Fhltv-rust/lists"}