Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit b69de25

Browse files
authored
feat: added CapSolver as alternative
1 parent ef8d5c6 commit b69de25

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# hCAPTCHA solver for Python Selenium (any operating system, ChromeDriver and GeckoDriver).
2-
**NOT WORKING ANYMORE**
32

43
_A Selenium Python tool to automatically solve the hCAPTCHAs using a Tampermonkey userscript._
54
**Version 1.2.1** (July 19, 2022).
65

76
This script is solely intended for the use of **educational purposes only** and **not to abuse any website**.
87
The solving speed depends on your PC's compute power and Internet connection.
98

9+
---
10+
11+
***Not working anymore!* Use this service instead 👇**
12+
13+
[![CapSolver](https://github.com/user-attachments/assets/7af866a1-99c1-45fc-b62a-22fb8a5e9bc4)](https://www.capsolver.com/?utm_source=github&utm_medium=banner_repo&utm_campaign=scraping&utm_term=maxime)
14+
[CapSolver](https://www.capsolver.com/?utm_source=github&utm_medium=banner_repo&utm_campaign=scraping&utm_term=maxime) is an AI-powered service that automatically solves a range of CAPTCHAs, helping developers tackle CAPTCHA challenges encountered during web scraping. Whether you're extracting data from e-commerce sites, financial platforms, or social media, CapSolver supports CAPTCHAs like [reCAPTCHA V2](https://docs.capsolver.com/guide/captcha/ReCaptchaV2.html?utm_source=github&utm_medium=banner_repo&utm_campaign=scraping&utm_term=maxime), [reCAPTCHA V3](https://docs.capsolver.com/guide/captcha/ReCaptchaV3.html?utm_source=github&utm_medium=banner_repo&utm_campaign=scraping&utm_term=maxime), [hCaptcha](https://docs.capsolver.com/guide/captcha/HCaptcha.html?utm_source=github&utm_medium=banner_repo&utm_campaign=scraping&utm_term=maxime), [ImageToText](https://docs.capsolver.com/guide/recognition/ImageToTextTask.html?utm_source=github&utm_medium=banner_repo&utm_campaign=scraping&utm_term=maxime), [DataDome](https://docs.capsolver.com/guide/antibots/datadome.html?utm_source=github&utm_medium=banner_repo&utm_campaign=scraping&utm_term=maxime), [AWS](https://docs.capsolver.com/guide/captcha/awsWaf.html?utm_source=github&utm_medium=banner_repo&utm_campaign=scraping&utm_term=maxime), [Geetest](https://docs.capsolver.com/guide/captcha/Geetest.html?utm_source=github&utm_medium=banner_repo&utm_campaign=scraping&utm_term=maxime), [Cloudflare Turnstile](https://docs.capsolver.com/guide/antibots/cloudflare_turnstile.html?utm_source=github&utm_medium=banner_repo&utm_campaign=scraping&utm_term=maxime) and more. With API integration and browser extensions options, and flexible pricing packages, CapSolver adapts to diverse web scraping needs and scenarios.
15+
16+
---
1017

1118
# Table of contents
1219

0 commit comments

Comments
 (0)