Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 892 Bytes

File metadata and controls

50 lines (29 loc) · 892 Bytes

PyPI - Downloads

freecaptcha

A simple and free reCAPTCHA V3 bypass.

Disclaimer!

freecaptcha only works on reCAPTCHA V3!

Installation

Install freecaptcha from PyPI

pip install freecaptcha

Usage/Examples

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

How To Find Anchor URL

  1. Navigate to your target website in your browser.
  2. Open Developer Tools (CTRL + I).
  3. Navigate to the 'Network' tab.
  4. Perform the captcha.
  5. Search for the 'anchor' request.
  6. Copy the request URL.

Authors


Show your support and give this repository a ⭐ if you found it helpful.