Skip to content

Commit 6210d30

Browse files
authored
Update README.md
1 parent 242959b commit 6210d30

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<h1>🚀 Pydoll: Async Web Automation in Python!</h1>
2+
<h1>Pydoll: Async Web Automation in Python!</h1>
33
</p>
44
<br>
55
<p align="center">
@@ -16,10 +16,6 @@
1616
<img src="https://tokei.rs/b1/github/thalissonvs/pydoll" alt="Total lines">
1717
<img src="https://tokei.rs/b1/github/thalissonvs/pydoll?category=files" alt="Files">
1818
<img src="https://tokei.rs/b1/github/thalissonvs/pydoll?category=comments" alt="Comments">
19-
<img src="https://img.shields.io/github/issues/thalissonvs/pydoll?label=Issues" alt="GitHub issues">
20-
<img src="https://img.shields.io/github/issues-closed/thalissonvs/pydoll?label=Closed issues" alt="GitHub closed issues">
21-
<img src="https://img.shields.io/github/issues/thalissonvs/pydoll/bug?label=Bugs&color=red" alt="GitHub bug issues">
22-
<img src="https://img.shields.io/github/issues/thalissonvs/pydoll/enhancement?label=Enhancements&color=purple" alt="GitHub enhancement issues">
2319
</p>
2420
<p align="center">
2521
<a href="https://trendshift.io/repositories/13125" target="_blank"><img src="https://trendshift.io/api/badge/repositories/13125" alt="thalissonvs%2Fpydoll | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
@@ -31,14 +27,14 @@
3127
</p>
3228

3329
<p align="center">
34-
<a href="https://autoscrape-labs.github.io/pydoll/">📚 Documentation</a> •
30+
<a href="https://autoscrape-labs.github.io/pydoll/">Documentation</a> •
3531
<a href="#-quick-start">Quick Start</a> •
3632
<a href="#-contributing">Contributing</a> •
3733
<a href="#-support-my-work">Support</a> •
3834
<a href="#-license">License</a>
3935
</p>
4036

41-
## Key Features
37+
## Key Features
4238

4339
🔹 **Zero Webdrivers!** Say goodbye to webdriver compatibility nightmares
4440
🔹 **Native Captcha Bypass!** Smoothly handles Cloudflare Turnstile and reCAPTCHA v3*
@@ -47,13 +43,13 @@
4743
🔹 **Powerful Event System** for reactive automations
4844
🔹 **Multi-browser Support** including Chrome and Edge
4945

50-
## 🔥 Installation
46+
## Installation
5147

5248
```bash
5349
pip install pydoll-python
5450
```
5551

56-
## Quick Start
52+
## Quick Start
5753

5854
Get started with just a few lines of code:
5955

@@ -92,7 +88,7 @@ async with Chrome(options=options) as browser:
9288
# Your code here
9389
```
9490

95-
## 📚 Documentation
91+
## Documentation
9692

9793
For comprehensive documentation, examples, and deep dives into Pydoll's features, visit our [official documentation site](https://autoscrape-labs.github.io/pydoll/).
9894

@@ -102,7 +98,19 @@ The documentation includes:
10298
- Advanced techniques and patterns
10399
- Troubleshooting guides
104100

105-
## 🤝 Contributing
101+
## Sponsors
102+
103+
Pydoll is proudly supported by these amazing sponsors who believe in the future of webdriver-free automation. Their contributions make it possible for us to maintain and improve this project.
104+
105+
<p align="left">
106+
<a href="https://www.capsolver.com/" target="_blank">
107+
<img src="https://github.com/user-attachments/assets/c1014035-f67b-4c48-bac7-86042f2aa645" alt="Pydoll Sponsors" width="1200" />
108+
</a>
109+
</p>
110+
111+
Interested in becoming a sponsor? Check out our [GitHub Sponsors page](https://github.com/sponsors/thalissonvs) for more information about the perks and benefits of sponsoring this project!
112+
113+
## Contributing
106114

107115
We'd love your help making Pydoll even better! Check out our [contribution guidelines](CONTRIBUTING.md) to get started. Whether it's fixing bugs, adding features, or improving documentation - all contributions are welcome!
108116

@@ -112,7 +120,7 @@ Please make sure to:
112120
- Use conventional commits for pull requests
113121
- Run lint and test checks before submitting
114122

115-
## 💖 Support My Work
123+
## Support My Work
116124

117125
If you find my projects helpful, consider [sponsoring me on GitHub](https://github.com/sponsors/thalissonvs).
118126
You'll get access to exclusive perks like prioritized support, custom features, and more!

0 commit comments

Comments
 (0)