A simple and free reCAPTCHA V3 bypass.
freecaptcha only works on reCAPTCHA V3!
Install freecaptcha from PyPI
pip install freecaptcha
from freecaptcha import reCAPTCHAV3Solver
token = reCAPTCHAV3Solver.solve("ANCHOR URL FOR YOUR SITE")
# Use token within your HTTP request
More examples can be found in the examples folder
- Navigate to your target website in your browser.
- Open Developer Tools (CTRL + I).
- Navigate to the 'Network' tab.
- Perform the captcha.
- Search for the 'anchor' request.
- Copy the request URL.
Show your support and give this repository a ⭐ if you found it helpful.