Skip to content

task0001/freecaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.