capmonster-python docs

class GeeTestTask

class GeeTestTask

Constructor

ParameterTypeRequiredDefault valuePurpose
client_keyStringYes-Your unique key to solve captchas

Methods

create_task

ParameterTypeRequiredDefault valuePurpose
website_urlStringYes-Address of the page on which the captcha is ricognized
gtStringYes-The GeeTest identifier key for the domain. Static value, rarely updated.
challengeStringYes-A dynamic key.
Each time our API is called, we need to get a new key value. If the captcha is loaded on the page, then the challenge value is no longer valid.
It is necessary to examine the requests and find the one in which this value is returned and, before each creation of the recognition task, execute this request and parse the challenge from it.
api_server_subdomainStringNo-Optional parameter. May be required for some sites.
get_libStringNo-Optional parameter. May be required for some sites.
Send JSON as a string.

Inherited methods

  • See Capmonster class for inherited methods.
  • See Proxy class for inherited methods.
  • See UserAgent class for inherited methods.
Edit this page on GitHub