docs: add interactive shell video to README.md

This commit is contained in:
Karim shoair
2025-09-01 22:11:40 +03:00
committed by GitHub
parent 9021c4f9b7
commit e7482a267a
+3 -1
View File
@@ -186,7 +186,7 @@ from scrapling.parser import Selector
page = Selector("<html>...</html>")
```
And it works exactly the same!
And it works exactly the same way!
### Async Session Management Examples
```python
@@ -215,6 +215,8 @@ async with AsyncStealthySession(max_pages=2) as session:
Scrapling v0.3 includes a powerful command-line interface:
[![asciicast](https://asciinema.org/a/736339.svg)](https://asciinema.org/a/736339)
```bash
# Launch interactive Web Scraping shell
scrapling shell