Skip to content

Commit 7dfa5e6

Browse files
Update README.md
1 parent e2a328b commit 7dfa5e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Sound-based CAPTCHAs offer an accessibility option for visually impaired users.
4343

4444
Puzzle CAPTCHAs ask users to complete simple tasks, such as dragging an image into place or solving a logic challenge.
4545

46-
![Puzzle-CAPTCHA-example](https://brightdata.com/wp-content/uploads/2024/07/Puzzle-CAPTCHA-example-1.png)
46+
![Puzzle-CAPTCHA-example](https://github.com/luminati-io/bypass-captcha-with-python/blob/main/images/Puzzle-CAPTCHA-example-1.png)
4747

4848
Popular providers include [AWS WAF CAPTCHA](https://docs.aws.amazon.com/waf/latest/developerguide/waf-captcha-and-challenge.html) and [hCaptcha](https://www.hcaptcha.com/).
4949

@@ -75,7 +75,7 @@ Time to explore the list of the top 5 solutions for bypassing CAPTCHAs in Python
7575

7676
### 1. CAPTCHA Solver from Web Unlocker
7777

78-
![Bright Data's CAPTCHA Solver page](https://brightdata.com/wp-content/uploads/2024/07/Bright-Datas-CAPTCHA-Solver-page-1024x493.png)
78+
![Bright Data's CAPTCHA Solver page](https://github.com/luminati-io/bypass-captcha-with-python/blob/main/images/Bright-Datas-CAPTCHA-Solver-page-1024x493.png)
7979

8080
[CAPTCHA Solver](https://brightdata.com/products/web-unlocker/captcha-solver) is a powerful tool by Bright Data designed to bypass CAPTCHAs from various providers. It mimics human-like behavior and browser fingerprints while using AI-powered algorithms to solve challenges.
8181

@@ -100,7 +100,7 @@ With its high uptime (99.9%) and advanced anti-bot evasion, Bright Data ensures
100100

101101
### 2. Playwright Extra with the Stealth Plugin
102102

103-
![Playwright stealth plugin](https://brightdata.com/wp-content/uploads/2024/07/Playwright-stealth-plugin-1024x442.png)
103+
![Playwright stealth plugin](https://github.com/luminati-io/bypass-captcha-with-python/blob/main/images/Playwright-stealth-plugin-1024x442.png)
104104

105105
Playwright Extra is an enhanced version of Playwright that supports plugins, allowing for better anti-bot evasion. The [playwright-stealth](https://pypi.org/project/playwright-stealth/) plugin for Python helps automated browsers appear more human-like, reducing detection by CAPTCHAs and anti-bot systems.
106106

@@ -121,7 +121,7 @@ Playwright Extra with Stealth is a powerful open-source option for CAPTCHA avoid
121121

122122
### 3. AntiCaptcha
123123

124-
![Image of the AntiCaptcha service](https://brightdata.com/wp-content/uploads/2024/07/Image-of-the-AntiCaptcha-service-1-1024x478.png)
124+
![Image of the AntiCaptcha service](https://github.com/luminati-io/bypass-captcha-with-python/blob/main/images/Image-of-the-AntiCaptcha-service-1-1024x478.png)
125125

126126
AntiCaptcha has been a leading CAPTCHA-solving service since 2007, offering API-based solutions and browser plugin integration. It supports automation tools like Selenium and Puppeteer.
127127

@@ -142,7 +142,7 @@ AntiCaptcha is a reliable solution for bypassing CAPTCHAs, especially for comple
142142

143143
### 4. Selenium with the Stealth Library
144144

145-
![Selenium stealth library](https://brightdata.com/wp-content/uploads/2024/07/Selenium-stealth-library-1024x342.png)
145+
![Selenium stealth library](https://github.com/luminati-io/bypass-captcha-with-python/blob/main/images/Selenium-stealth-library-1024x342.png)
146146

147147
Selenium is a widely used browser automation tool for testing and web scraping. It provides a robust API to automate browsers and mimic human interactions. However, it is often detected by anti-bot systems due to its default browser configurations.
148148

@@ -161,7 +161,7 @@ Selenium Stealth is an effective tool for avoiding CAPTCHA triggers while automa
161161

162162
### 5. 2Captcha
163163

164-
![Image of the 2Captcha service](https://brightdata.com/wp-content/uploads/2024/07/Image-of-the-2Captcha-service-1024x493.png)
164+
![Image of the 2Captcha service](https://github.com/luminati-io/bypass-captcha-with-python/blob/main/images/Image-of-the-2Captcha-service-1024x493.png)
165165

166166
2Captcha is a CAPTCHA-solving service that distributes challenges to human workers for real-time solutions. It supports various CAPTCHA types and provides API integration with official libraries for multiple programming languages, including Python via [2captcha-python](https://pypi.org/project/2captcha-python/).
167167

@@ -200,4 +200,4 @@ The summary table below summarizes what the top Python CAPTCHA solver solutions
200200

201201
As highlighted in this guide, [Web Unlocker](https://brightdata.com/products/web-unlocker) stands out as the best unblocking API for getting CAPTCHA-free HTML from any web page. This scraping API handles browser fingerprinting, offers automatic retries, and integrates proxies to rotate exit IPs with each request, also dealing with CAPTCHA resolution for you.
202202

203-
Register now and start your free trial today.
203+
Register now and start your free trial today.

0 commit comments

Comments
 (0)