Karim shoair commited on
Commit ·
b5d12da
1
Parent(s): 949434a
docs: Improve README.md description formatting
Browse filesReformatted the description of Scrapling for clarity and readability.
README.md
CHANGED
|
@@ -42,7 +42,9 @@
|
|
| 42 |
<a href="https://scrapling.readthedocs.io/en/latest/tutorials/migrating_from_beautifulsoup/"><strong>Migrating from Beautifulsoup</strong></a>
|
| 43 |
</p>
|
| 44 |
|
| 45 |
-
Scrapling is an adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl.
|
|
|
|
|
|
|
| 46 |
|
| 47 |
Blazing fast crawls with real-time stats and streaming. Built by Web Scrapers for Web Scrapers and regular users, there's something for everyone.
|
| 48 |
|
|
@@ -334,4 +336,4 @@ This project includes code adapted from:
|
|
| 334 |
- [fakebrowser](https://github.com/kkoooqq/fakebrowser) and [BotBrowser](https://github.com/botswin/BotBrowser) for fingerprinting research
|
| 335 |
|
| 336 |
---
|
| 337 |
-
<div align="center"><small>Designed & crafted with ❤️ by Karim Shoair.</small></div><br>
|
|
|
|
| 42 |
<a href="https://scrapling.readthedocs.io/en/latest/tutorials/migrating_from_beautifulsoup/"><strong>Migrating from Beautifulsoup</strong></a>
|
| 43 |
</p>
|
| 44 |
|
| 45 |
+
Scrapling is an adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl.
|
| 46 |
+
|
| 47 |
+
Its parser learns from website changes and automatically relocates your elements when pages update. Its fetchers bypass anti-bot systems like Cloudflare Turnstile out of the box. And its spider framework lets you scale up to concurrent, multi-session crawls with pause/resume and automatic proxy rotation — all in a few lines of Python. One library, zero compromises.
|
| 48 |
|
| 49 |
Blazing fast crawls with real-time stats and streaming. Built by Web Scrapers for Web Scrapers and regular users, there's something for everyone.
|
| 50 |
|
|
|
|
| 336 |
- [fakebrowser](https://github.com/kkoooqq/fakebrowser) and [BotBrowser](https://github.com/botswin/BotBrowser) for fingerprinting research
|
| 337 |
|
| 338 |
---
|
| 339 |
+
<div align="center"><small>Designed & crafted with ❤️ by Karim Shoair.</small></div><br>
|