Karim shoair commited on
Commit ·
90448ff
1
Parent(s): 67cff12
docs: add interactive shell video to README.md
Browse files
README.md
CHANGED
|
@@ -186,7 +186,7 @@ from scrapling.parser import Selector
|
|
| 186 |
|
| 187 |
page = Selector("<html>...</html>")
|
| 188 |
```
|
| 189 |
-
And it works exactly the same!
|
| 190 |
|
| 191 |
### Async Session Management Examples
|
| 192 |
```python
|
|
@@ -215,6 +215,8 @@ async with AsyncStealthySession(max_pages=2) as session:
|
|
| 215 |
|
| 216 |
Scrapling v0.3 includes a powerful command-line interface:
|
| 217 |
|
|
|
|
|
|
|
| 218 |
```bash
|
| 219 |
# Launch interactive Web Scraping shell
|
| 220 |
scrapling shell
|
|
|
|
| 186 |
|
| 187 |
page = Selector("<html>...</html>")
|
| 188 |
```
|
| 189 |
+
And it works exactly the same way!
|
| 190 |
|
| 191 |
### Async Session Management Examples
|
| 192 |
```python
|
|
|
|
| 215 |
|
| 216 |
Scrapling v0.3 includes a powerful command-line interface:
|
| 217 |
|
| 218 |
+
[](https://asciinema.org/a/736339)
|
| 219 |
+
|
| 220 |
```bash
|
| 221 |
# Launch interactive Web Scraping shell
|
| 222 |
scrapling shell
|