Python Anticaptcha Versions Save

Client library for solve captchas with Anticaptcha.com support.

v1.0.0

2 years ago

Added

  • Add new tasks:

    • AntiGateTask and AntiGateTaskProxyless
    • RecaptchaV2EnterpriseTask and RecaptchaV2EnterpriseTaskProxyless
    • GeeTestTask and GeeTestTaskProxyless
    • RecaptchaV2Task (alias of NoCaptchaTask) and RecaptchaV2TaskProxyless (alias of NoCaptchaTaskProxyless)
  • Add example for AntiGateTaskProxyless

  • Add optional parameters comment, websiteUrl to ImageToTextTask

  • Add optional parameter funcaptchaApiJSSubdomain, data to FunCaptchaTask*

  • Add optional parameter isEnterprise to RecaptchaV3Task*

Removed

  • Drop tasks unsupported upstream: CustomCaptchaTask, SquareNetTask Note: Forces a major release, however it should not affect users due to API dropped upstream a bit time ago.

Changed

  • Internal refactor to extract UserAgentMixin, CookieMixin
  • Use nose2 for tests

Upgrade

To upgrade use:

pip install -U python-anticaptcha

No change is expected in the applications that use python-anticaptcha.