🧪 Miscellaneous#
capmonster_python.ProsopoTask #
Bases: TaskPayload
Represents a Prosopo CAPTCHA solving task.
Attributes:
Name | Type | Description |
---|---|---|
websiteURL |
str
|
The full URL of the CAPTCHA page that needs to be solved. |
websiteKey |
str
|
The site key parameter value obtained from the CAPTCHA page. |
proxy |
Optional[ProxyPayload]
|
Optional proxy settings to be used in sending the task request. |
capmonster_python.BasiliskTask #
Bases: TaskPayload
, UserAgentPayload
BasiliskTask represents a specific task payload used for solving captcha on a given website.
Attributes:
Name | Type | Description |
---|---|---|
websiteURL |
str
|
The address of the main page where the captcha is solved. |
websiteKey |
str
|
Can be found in the html code in the attribute data-sitekey of the captcha container or in the payload of a POST request to the https://basiliskcaptcha.com/challenge/check-site in the field site_key. |