- Added
python_anticaptcha.__version__to provide version signature (see PEP396)
python_anticaptcha.AnticaptchaClient.createTaskSmeeuse shared session & keep connection.
- Added
python_anticaptcha.AnticaptchaClient.createTaskSmeeto receive responses without polling - The method, which is based on the callback result of captcha / task factory to Smee.io, which immediately transfers it to library. Allows to significantly shorten the waiting time for a response and to reduce load the network connection. The method is in beta and the way it works may change. All comments are welcome.
- Added
- Recaptcha V3 is now officially supported by Anti-Captcha. Added
python_anticaptcha.RecaptchaV3TaskProxyless.
- Added support for
IsInvisibleflag inNoCaptchaTaskProxylessTaskandNoCaptchaTask
- Replaced
python_anticaptcha.AnticatpchaExceptiontopython_anticaptcha.AnticaptchaExceptiondue typo
- Added
python_anticaptcha.exceptions.AnticatpchaException - Added docs about error handling
- Deprecated
python_anticaptcha.exceptions.AnticatpchaException