capmonster-python docs

class TurnstileTask

class TurnstileTask

Constructor

ParameterTypeRequiredDefault valuePurpose
client_keyStringYes-Your unique key to solve captchas

Methods

create_task

ParameterTypeRequiredDefault valuePurpose
website_urlStringYes-Address of a webpage with Google ReCaptcha Enterprise
website_keyStringYes-Turnstile key
no_cacheBooleanNo-You receive a token, send it to the site, but the site rejects it. Moreover, sometimes the site can accept a token, e.g. in one case out of 10 (the percentage of success in your case may be different)

Inherited methods

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