You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-22Lines changed: 8 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,21 +45,21 @@ We believe that powerful automation shouldn't require you to become a configurat
45
45
46
46
## What Makes Pydoll Special
47
47
48
-
**Intelligent Captcha Bypass**: Built-in automatic solving for Cloudflare Turnstile and reCAPTCHA v3 captchas without external services, API keys, or complex configurations. Your automations continue seamlessly even when encountering protection systems.
48
+
-**Intelligent Captcha Bypass**: Built-in automatic solving for Cloudflare Turnstile and reCAPTCHA v3 captchas without external services, API keys, or complex configurations. Your automations continue seamlessly even when encountering protection systems.
49
49
50
-
**Truly Human Interactions**: Advanced algorithms simulate authentic human behavior patterns - from realistic timing between actions to natural mouse movements, scroll patterns, and typing rhythms that fool even sophisticated bot detection systems.
50
+
-**Truly Human Interactions**: Advanced algorithms simulate authentic human behavior patterns - from realistic timing between actions to natural mouse movements, scroll patterns, and typing rhythms that fool even sophisticated bot detection systems.
51
51
52
-
**Genuine Simplicity**: We don't want you wasting time configuring drivers or dealing with compatibility issues. With Pydoll, you install and you're ready to automate, even on protected sites.
52
+
-**Genuine Simplicity**: We don't want you wasting time configuring drivers or dealing with compatibility issues. With Pydoll, you install and you're ready to automate, even on protected sites.
53
53
54
-
**Native Async Performance**: Built from the ground up with `asyncio`, Pydoll doesn't just support asynchronous operations - it was designed for them, enabling concurrent processing of multiple protected sites.
54
+
-**Native Async Performance**: Built from the ground up with `asyncio`, Pydoll doesn't just support asynchronous operations - it was designed for them, enabling concurrent processing of multiple protected sites.
55
55
56
-
**Powerful Network Monitoring**: Intercept, modify, and analyze all network traffic with ease, giving you complete control over requests and responses - perfect for bypassing additional protection layers.
56
+
-**Powerful Network Monitoring**: Intercept, modify, and analyze all network traffic with ease, giving you complete control over requests and responses - perfect for bypassing additional protection layers.
57
57
58
-
**Event-Driven Architecture**: React to page events, network requests, and user interactions in real-time, enabling sophisticated automation flows that adapt to dynamic protection systems.
58
+
-**Event-Driven Architecture**: React to page events, network requests, and user interactions in real-time, enabling sophisticated automation flows that adapt to dynamic protection systems.
59
59
60
-
**Intuitive Element Finding**: Modern `find()` and `query()` methods that make sense and work as you'd expect, even with dynamically loaded content from protection systems.
60
+
-**Intuitive Element Finding**: Modern `find()` and `query()` methods that make sense and work as you'd expect, even with dynamically loaded content from protection systems.
61
61
62
-
**Robust Type Safety**: Comprehensive type system for better IDE support and error prevention in complex automation scenarios.
62
+
-**Robust Type Safety**: Comprehensive type system for better IDE support and error prevention in complex automation scenarios.
Pydoll isn't just another automation library. It represents a fundamental shift in how we approach browser automation in an era of sophisticated anti-bot systems and advanced protection mechanisms.
344
-
345
-
**Human-First Automation**: We believe automation should be indistinguishable from human behavior. Pydoll's core philosophy is that the best automation is the one that websites can't detect, achieved through sophisticated human behavior simulation rather than trying to outsmart detection systems.
346
-
347
-
**Simplicity Without Sacrificing Power**: Powerful captcha bypass and human simulation shouldn't require complex configurations or external services. Pydoll offers advanced anti-detection functionality through a clean and intuitive API that works out of the box.
348
-
349
-
**Performance That Matters**: In a world where every millisecond counts and protection systems analyze timing patterns, Pydoll's native asynchronous design ensures your automations are not just functional and efficient, but also naturally varied in timing to avoid detection.
350
-
351
-
**Constant Evolution**: The web ecosystem and its protection systems are always evolving, and Pydoll evolves with them. New challenges like advanced captchas, behavioral analysis, and fingerprinting techniques are met with innovative solutions integrated directly into the library.
352
-
353
-
**Privacy and Independence**: Your automation shouldn't depend on external captcha solving services or send your data to third parties. Pydoll's built-in capabilities ensure your automations remain private and independent while being more reliable and cost-effective.
354
-
355
341
## Documentation
356
342
357
343
For comprehensive documentation, detailed examples, and deep dives into Pydoll's features, visit our [official documentation site](https://autoscrape-labs.github.io/pydoll/).
0 commit comments