Add Valorant (Tracker.gg) site support#2728
Add Valorant (Tracker.gg) site support#2728lucifer4330k wants to merge 1 commit intosherlock-project:masterfrom
Conversation
Added support for looking up Valorant player profiles on Tracker.gg using Riot IDs (username#tag format). Features: - Support for Riot ID format validation (3-16 char username, 3-5 char tag) - Added tests for format validation and account detection - Documentation about Cloudflare limitations - Browser-like headers to improve reliability Closes sherlock-project#2717
Automatic validation of changes
Failures were detected on at least one updated target. Commits containing accuracy failures will often not be merged (unless a rationale is provided, such as false negatives due to regional differences). |
|
curl -I "https://tracker.gg/valorant/profile/riot/TenZ%23NA1/overview" Both return 403s, so Sherlock can't distinguish between existing and non-existing profiles. The status_code detection method is useless here. This PR should not be merged. The implementation: |
Description
Added support for looking up Valorant player profiles on Tracker.gg using Riot IDs (username#tag format).
Features
Implementation Details
Limitations
The site uses Cloudflare protection which may affect detection reliability. The implementation:
Testing
Hacktoberfest
This PR is part of Hacktoberfest — please add the label if the maintainers consider this contribution eligible.
Checklist
Fixes #2717