Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<a href="https://codecov.io/gh/autoscrape-labs/pydoll" >
<img src="https://codecov.io/gh/autoscrape-labs/pydoll/graph/badge.svg?token=40I938OGM9"/>
</a>
<img src="https://github.com/thalissonvs/pydoll/actions/workflows/tests.yml/badge.svg" alt="Tests">
<img src="https://github.com/thalissonvs/pydoll/actions/workflows/ruff-ci.yml/badge.svg" alt="Ruff CI">
<img src="https://github.com/thalissonvs/pydoll/actions/workflows/mypy.yml/badge.svg" alt="MyPy CI">
<img src="https://github.com/autoscrape-labs/pydoll/actions/workflows/tests.yml/badge.svg" alt="Tests">
<img src="https://github.com/autoscrape-labs/pydoll/actions/workflows/ruff-ci.yml/badge.svg" alt="Ruff CI">
<img src="https://github.com/autoscrape-labs/pydoll/actions/workflows/mypy.yml/badge.svg" alt="MyPy CI">
<img src="https://img.shields.io/badge/python-%3E%3D3.10-blue" alt="Python >= 3.10">
<a href="https://deepwiki.com/autoscrape-labs/pydoll"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
</p>


<p align="center">
📖 <a href="https://autoscrape-labs.github.io/pydoll/">Documentation</a> •
🚀 <a href="#getting-started">Getting Started</a> •
⚡ <a href="#advanced-features">Advanced Features</a> •
🤝 <a href="#contributing">Contributing</a> •
💖 <a href="#support-my-work">Support My Work</a>
🚀 <a href="#-getting-started">Getting Started</a> •
⚡ <a href="#-advanced-features">Advanced Features</a> •
🤝 <a href="#-contributing">Contributing</a> •
💖 <a href="#-support-my-work">Support My Work</a>
</p>

Imagine the following scenario: you need to automate tasks in your browser. Maybe it's testing a web application, collecting data from a site, or even automating repetitive processes. Normally this involves using external drivers, complex configurations, and many compatibility issues.
Expand Down Expand Up @@ -143,7 +143,7 @@ For demonstration purposes, the browser is not displayed.
![google_seach](./docs/images/google-search-example.gif)


In just 5 seconds, we managed to extract all the necessary data! This is the
In just 5 seconds, we managed to extract all the necessary data! This is the
speed you can expect from automation with Pydoll.


Expand Down Expand Up @@ -364,7 +364,7 @@ Please make sure to:

## 💖 Support My Work

If you find Pydoll useful, consider [supporting me on GitHub](https://github.com/sponsors/thalissonvs).
If you find Pydoll useful, consider [supporting me on GitHub](https://github.com/sponsors/thalissonvs).
You'll get access to exclusive benefits like priority support, custom features and much more!

Can't sponsor right now? No problem — you can still help a lot by:
Expand Down
Loading