Skip to content

Commit 49a1180

Browse files
authored
docs: update README.md
1 parent 5263f70 commit 49a1180

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<p align="center">
3-
<h1>🚀 Pydoll: Revolutionizing Web Automation in Python!</h1>
3+
<h1>🚀 Pydoll: Async Web Automation in Python!</h1>
44
</p>
55
<br>
66
<p align="center">
@@ -28,8 +28,8 @@ Pydoll is an innovative Python library that's redefining Chromium browser automa
2828

2929
- **Zero Webdrivers!** Say goodbye to webdriver compatibility and configuration headaches
3030
- **Native Captcha Bypass!** Naturally passes through Cloudflare Turnstile and reCAPTCHA v3
31-
- **Exceptional Performance** thanks to native asynchronous programming
32-
- **Ultra-Realistic Interactions** that perfectly simulate human behavior
31+
- **Performance** thanks to native asynchronous programming
32+
- **Realistic Interactions** that simulate human behavior
3333
- **Advanced Event System** for complex and reactive automations
3434

3535
## Table of Contents
@@ -169,12 +169,6 @@ async def proxy_example():
169169
await browser.start()
170170
```
171171

172-
## 🌟 Why is Pydoll Revolutionary?
173-
174-
1. **Captcha Bypass**: Naturally passes through modern protection systems due to realistic interactions
175-
2. **Zero Configuration**: Forget webdrivers and complex dependencies
176-
3. **Superior Performance**: Harness the power of Python's native async/await
177-
4. **Incredible Scalability**: From simple scripts to complex scraping systems
178172

179173
For exploring all available methods and additional features, check out:
180174
- Browser interface: [pydoll/browser/base.py](./pydoll/browser/base.py)
@@ -184,4 +178,4 @@ For exploring all available methods and additional features, check out:
184178

185179
## 🎉 Start Now!
186180

187-
Join the web automation revolution with Pydoll - where complexity becomes simplicity and limitations become possibilities!
181+
Feel free to use, open issues and contributing!

0 commit comments

Comments
 (0)