python-anticaptcha
python-anticaptcha copied to clipboard
Client library for solve captchas with Anticaptcha.com support.
I am trying to use the library on captchas that I get with Google-Scholar when trying to get citing papers for a source. A typical URL looks like https://scholar.google.com/scholar?cites=12685256029779217548&as_sdt=2005&sciodt=0,5&hl=en which...
I've been trying to write an automation script but the reCaptcha in the webpage is the one that asks you to select multiple images and keeps refreshing them untill is...
Failed to solve geetest slider captcha ### Code: ` from anticaptchaofficial.geetestproxyless import * solver = geetestProxyless() solver.set_verbose(1) solver.set_key("b98353d5b8cd34864268f2f94fe1853f") solver.set_website_url("https://www.hermes.com/de/de/") solver.set_gt_key("1e505deed3832c02c96ca5abe70df9ab") solver.set_challenge_key("88de46f9cbce2b7e38c1baeecb1b5d05i2") token = solver.solve_and_return_solution() if token != 0: print("result tokens:...
I am getting a valid response from anticaptcha but not able to submit the same in formsubmit in wish.com. I am using selenium and firefox as browser. The captcha appears...
I've been trying with python-anticaptcha to write automate register for LinkedIn but it doesn't work so I went for easier solution - the Google Chrome Extension and I see it...
I tried your code near the end in https://github.com/ad-m/python-anticaptcha/issues/37 driver.execute_script("document.getElementById('loginForm').submit()") does not work for me. I get this error selenium.common.exceptions.JavascriptException: Message: javascript error: Cannot read property 'submit' of null (Session...
https://aur.archlinux.org/packages/python-anticaptcha/
Dear community! Thanks for your incredible support so far. With great OSS projects that use our library we want to announce a reward program and help spread our library! #...
Google accepts IP address mismatch. However, in the future this can be changed. Anticaptcha supports the connection of workers via a proxy. The library could be responsible for launching a...