Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarperavci/capsolver-googlerecaptchav3bypass
A Selenium implementation to bypass Google Recaptcha V3 using Capsolver API.
https://github.com/sarperavci/capsolver-googlerecaptchav3bypass
anticaptcha bypass-recaptcha-v3 bypasscaptcha capsolver captcha-breaking captcha-solver google google-recaptcha google-recaptcha-solver google-recaptcha-v3 python recaptcha recaptcha-solve recaptcha-solver recaptcha-solver-python recaptcha-v3 recaptcha-v3-solver selenium
Last synced: 6 days ago
JSON representation
A Selenium implementation to bypass Google Recaptcha V3 using Capsolver API.
- Host: GitHub
- URL: https://github.com/sarperavci/capsolver-googlerecaptchav3bypass
- Owner: sarperavci
- Created: 2024-05-03T13:18:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T16:17:53.000Z (6 months ago)
- Last Synced: 2024-05-06T17:39:40.757Z (6 months ago)
- Topics: anticaptcha, bypass-recaptcha-v3, bypasscaptcha, capsolver, captcha-breaking, captcha-solver, google, google-recaptcha, google-recaptcha-solver, google-recaptcha-v3, python, recaptcha, recaptcha-solve, recaptcha-solver, recaptcha-solver-python, recaptcha-v3, recaptcha-v3-solver, selenium
- Language: Python
- Homepage:
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capsolver GoogleRecaptchaV3 Bypass
[![Capsolver](docs/capsolver.png)](https://www.capsolver.com/?utm_source=github&utm_medium=ads&utm_campaign=scraping&utm_term=Capsolver-GoogleRecaptchaV3Bypass)
**Solve Google Recaptcha V3 in just one line of code!**
A Selenium implementation to bypass Google Recaptcha V3 using Capsolver API.
## Demo
![Demo](docs/demo.gif)
The captcha is solved in less than 2 seconds.
## Installation
To install the required packages, run the following command:
```bash
pip install -r requirements.txt
```## Usage
To use this script, you need to have a Capsolver account. You can create an account [here](https://dashboard.capsolver.com/passport/register?inviteCode=nqZvQXp_lveg) and get your API key. Once you have your API key, replace `YOUR_API_KEY` in the script with your actual API key.
Example usage:
```python
from CapsolverRecaptchaV2Bypasser import CapsolverRecaptchaV2Bypasser
from selenium import webdriverCAPSOLVER_API_KEY = "YOUR_CAPSOLVER_API_KEY"
PAGE_URL = "https://2captcha.com/demo/recaptcha-v3"
PAGE_KEY = "6LfB5_IbAAAAAMCtsjEHEHKqcB9iQocwwxTiihJu"page = webdriver.Chrome()
page.get( PAGE_URL )
recaptchaBypasser = CapsolverRecaptchaV3Bypasser(page, PAGE_URL, PAGE_KEY, CAPSOLVER_API_KEY)recaptchaBypasser.solve_recaptcha()
```
## TestTo test the script, edit the `test.py` file and replace `YOUR API KEY` with your actual API key. Then run the following command:
```bash
python test.py
```## Capsolver
Capsolver is a platform that provides APIs to solve CAPTCHAs. You can use Capsolver to bypass CAPTCHAs in your web scraping projects. The platform supports solving Google Recaptcha V2, Recaptcha V3, hCaptcha, FunCaptcha, GeeTest, and more. You can create an account [here](https://dashboard.capsolver.com/passport/register?inviteCode=nqZvQXp_lveg) and get your API key.