Python-anticaptcha

Latest version: v1.0.0

Safety actively analyzes 619599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.0

------------------

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``

Changed


- Internal refactor to extract ``UserAgentMixin``, ``CookieMixin``
- Use nose2 for tests

0.7.1

------------------

Added


- Added examples for proxy mode including `hcaptcha_request_proxy`

Changed


- Fix inheritance of `FunCaptchaTask`
- Added `FunCaptchaTask` to e2e tests

0.7.0

------------------

Added


- Added parameter `recaptchaDataSValue` in `NoCaptchaTask*`

Thanks to this change added support for additional "data-s" used by some custom
ReCaptcha deployments, which is in fact a one-time token and must be grabbed
every time you want to solve a Recaptcha.
`<div class="g-recaptcha" data-sitekey="some sitekey" data-s="THIS_TOKEN"></div>`

Changed


- Fixed deprecated method `report_incorrect`.
You should currently use `report_incorrect_image` instead already.

0.6.0

------------------

Added


- Added custom timeout for ``createTaskSmee``.
Use as ``client.createTaskSmee(task, timeout=5*60)``.
Default timeout is 5 minutes.
- Added ``squarenet_validator`` for usage with thread pool
for concurrent execution

Changed


- Default 5 seconds timeout apply to all API request.

0.5.1

------------------

Changed


- Fix import of package

0.5.0

------------------

Added


- Added ``HCaptchaTaskProxyless`` and ``HCaptchaTask`` for
support hCaptcha_ . See ``examples/hcaptcha_request.py`` for detailed
usage example.
- Added ``SquareNetTask``. See ``examples/squarenet.py`` for detailed
usage example.
- Added ``Job.report_incorrect_recaptcha`` and ``Job.report_incorrect_image`` .

Changed


- Exposed ``FunCaptchaProxylessTask`` as ``python_anticaptcha.FunCaptchaProxylessTask``
- Exposed ``CustomCaptchaTask`` as ``python_anticaptcha.CustomCaptchaTask``
- Formated code via Black
- Move constant monitoring to GitHub Actions
- Deprecated ``Job.report_incorrect``. Use ``report_incorrect_image`` instead.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.