A package to solve Google reCAPTCHA using Selenium.
Project description
Recaptcha Solver
A Python package to automatically solve Google reCAPTCHA using Selenium.
Features
- Automatically detects and solves Google reCAPTCHA challenges.
- Uses Selenium for browser automation.
- Compatible with Windows, macOS, and Linux.
Requirements
- Python 3.6 or higher
- Chrome WebDriver (ensure it matches your Chrome browser version)
- FFmpeg (auto-downloaded if not available)
Installation
pip install recaptcha_solver_google
Code Usage
from recaptcha_solver_google.solver import solve_captcha_for_google_recaptcha
from selenium import webdriver
driver = webdriver.Chrome()
driver.get("https://www.google.com/recaptcha/api2/demo")
# Solve the CAPTCHA
solve_captcha_for_google_recaptcha(driver)
# Close the WebDriver
driver.quit()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file recaptcha_solver_google-0.0.1.tar.gz
.
File metadata
- Download URL: recaptcha_solver_google-0.0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c698a14b382f0049d7cc2048d1ce446b42c3a7277ef6133da8c8bc30f555b3b3 |
|
MD5 | 8a227ab5752c730554e6aadf6cae94a5 |
|
BLAKE2b-256 | b747c2e7e6672c286b8ec0d0a8c813ecc979588c09f5337b3827e60541cc6358 |
File details
Details for the file recaptcha_solver_google-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: recaptcha_solver_google-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aeaa12512e9227633fa76f0d70d94fe636c849a0be45f2202a8cb05cfee434d2 |
|
MD5 | b38211f909fe98da4d3e2c55fedb95f8 |
|
BLAKE2b-256 | d81f002d12a81d49c8901b7c90a36a931c1cdc340b61731faf2f0c6716f390c1 |