🏦 Platform-Specific#
capmonster_python.BinanceTask #
Bases: TaskPayload
, UserAgentPayload
Represents a Binance task to solve captcha challenges with a specific payload. Use only to log in with your account.
Attributes:
Name | Type | Description |
---|---|---|
websiteURL |
str
|
The address of the main page where the captcha is solved. |
websiteKey |
str
|
A unique parameter for your website's section. |
validateId |
str
|
A dynamic key representing the value of the parameter validateId, securityId, or securityCheckResponseValidateId. |
proxy |
Optional[ProxyPayload]
|
Optional proxy settings used for handling requests during captcha solving. |
capmonster_python.TemuTask #
Bases: TaskPayload
, UserAgentPayload
Represents a Temu task for CAPTCHA challenge handling.
Attributes:
Name | Type | Description |
---|---|---|
class_ |
str
|
The class name for the task, aliased as "class" for JSON compatibility. This is always set to "Temu" and is immutable. |
websiteURL |
str
|
The full URL of the webpage where the CAPTCHA is loaded. |
cookie |
str
|
Cookies obtained from the webpage where the CAPTCHA is loaded. These cookies are typically required for CAPTCHA validation. |
capmonster_python.TenDITask #
Bases: TaskPayload
, UserAgentPayload
Represents a task configuration for solving a captcha using the TenDI service.
Attributes:
Name | Type | Description |
---|---|---|
class_ |
str
|
Represents the class name of the task. Default is "TenDI". |
websiteURL |
str
|
Address of the page on which the captcha is solved. |
websiteKey |
str
|
A unique identifier (captchaAppId) specific to the site. |
proxy |
Optional[ProxyPayload]
|
Optional. Proxy settings for the task, if applicable. |