n3-v / Captcha-Harvester

Simple captcha harvester for python. Currently supporting Hcapctha and Recaptcha (v2, v3)
MIT License
3 stars 1 forks source link

recaptchav2 Cannot be used #1

Closed chenpython closed 1 year ago

chenpython commented 1 year ago

recaptchav2 Cannot be used Test URL:https://www.walmart.com/blocked (Try a different method)

n3-v commented 1 year ago

Are you having trouble getting the captcha tokens on https://www.walmart.com/blocked or are the tokens not appearing valid?

chenpython commented 1 year ago

The webdriver opens the website and does not move, does not perform the verification code operation, and then keeps jamming the application.

n3-v commented 1 year ago

Could you send me your code and output if any?

chenpython commented 1 year ago

import pyharvester harvester_1 = pyharvester.new(solver_type="recaptchav2", url="https://www.walmart.com/blocked", site_key="6Lck6mQbAAAAAExAa3USDzPH7qr20yawxDVuf_W1", action="examples/v3scores") captcha_token = harvester_1.solve(timeout=100) print(captcha_token)

Chrome display captcha page does not move, then has been stuck where, python program no output

n3-v commented 1 year ago

I tried that code exactly in a new venv and it seemed to work fine, are you able to harvest captchas on other sites?