From e7482a267a3d0ead3b0357724937a7c64370da34 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 1 Sep 2025 22:11:40 +0300 Subject: [PATCH] docs: add interactive shell video to README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaf1724..9afa521 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ from scrapling.parser import Selector page = Selector("...") ``` -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