captcha_solver icon indicating copy to clipboard operation
captcha_solver copied to clipboard

Universal python API to captcha solving services

Results 12 captcha_solver issues
Sort by recently updated
recently updated
newest added

I tried: `solver = CaptchaSolver('twocaptcha', api_key='xxx')` and got error: > KeyError: 'twocaptcha'

#21 The example using 2captcha is wrong. Solved

If possible, we can consider adding `captchas.io` service. Once this issue is accepted, I can help this issue. ### References - official website: https://captchas.io - API documentation: https://api.captchas.io/document

Hey there, I'm trying to use `2captcha` solver method with code snippet below: ```python from captcha_solver import CaptchaSolver solver = CaptchaSolver('2captcha', api_key='my api key') raw_data = open('captcha.png', 'rb').read() print(solver.solve_captcha(raw_data)) ```...

My code(same as in example): ```python from captcha_solver import CaptchaSolver solver = CaptchaSolver('browser') # also I have tried GUI backend, same issue raw_data = open('captcha.png', 'rb').read() print(solver.solve_captcha(raw_data)) ``` Result: ```...

Hi, Can you please add support for Captchaai? This service has the cheapest prices for captcha-solving Docs can be found here https://captchaai.com/api-docs.php Thanks

hcaptcha token: https://docs.nocaptchaai.com/en/token/hCaptcha.html home: https://nocaptchaai.com dashboard: https://dash.nocaptchaai.com

https://deathbycaptcha.com/

This service have the cheapest prices for captcha solving