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
🔹 **Powerful Event System** for reactive automations
48
44
🔹 **Multi-browser Support** including Chrome and Edge
49
45
50
-
## 🔥 Installation
46
+
## Installation
51
47
52
48
```bash
53
49
pip install pydoll-python
54
50
```
55
51
56
-
## ⚡ Quick Start
52
+
## Quick Start
57
53
58
54
Get started with just a few lines of code:
59
55
@@ -92,7 +88,7 @@ async with Chrome(options=options) as browser:
92
88
# Your code here
93
89
```
94
90
95
-
## 📚 Documentation
91
+
## Documentation
96
92
97
93
For comprehensive documentation, examples, and deep dives into Pydoll's features, visit our [official documentation site](https://autoscrape-labs.github.io/pydoll/).
98
94
@@ -102,7 +98,19 @@ The documentation includes:
102
98
- Advanced techniques and patterns
103
99
- Troubleshooting guides
104
100
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.
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
106
114
107
115
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!
108
116
@@ -112,7 +120,7 @@ Please make sure to:
112
120
- Use conventional commits for pull requests
113
121
- Run lint and test checks before submitting
114
122
115
-
## 💖 Support My Work
123
+
## Support My Work
116
124
117
125
If you find my projects helpful, consider [sponsoring me on GitHub](https://github.com/sponsors/thalissonvs).
118
126
You'll get access to exclusive perks like prioritized support, custom features, and more!
0 commit comments