Files
sherlock/sherlock_project
dollaransh17 9e3448d992 fix(sites): So , Implemented BoardGameGeek using username validation API
- Added BoardGameGeek back using the new API endpoint suggested by @ppfeister
- Uses https://api.geekdo.com/api/accounts/validate/username?username={} for detection
- errorMsg checks for '"isValid":true' to detect valid usernames
- This approach avoids the previous issues with:
  * HTML parsing returning false positives
  * User API returning JSON with '[]' substrings that caused detection problems
- Successfully tested with both valid (blue) and invalid usernames

Thanks @ppfeister for the API suggestion and @akh7177 for the initial guidance
2025-10-05 11:59:41 +05:30
..
2025-09-17 17:47:45 -04:00
2024-08-23 01:15:47 -04:00
2024-06-24 16:40:03 -04:00
2024-08-27 22:32:48 -04:00
2024-06-24 16:40:03 -04:00
2025-09-15 21:56:54 -04:00