-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
not easyNot an easy task to fix this issue/PRNot an easy task to fix this issue/PR
Description
Quora username validation
Category: social
Goal: Add a validator for Quora profile handles.
Suggested URL format (to verify):
- Candidate profile URL:
https://www.quora.com/profile/{username}
Logic (to confirm):
- If
200vs404is reliable, usestatus_validate(). - Otherwise parse HTML with
generic_validate()to distinguish between existing and non-existing profiles.
Implementation notes:
- Add
social/quora.pywithvalidate_quora(username: str). - Follow existing patterns for headers and error handling.
Metadata
Metadata
Assignees
Labels
not easyNot an easy task to fix this issue/PRNot an easy task to fix this issue/PR