docs: add interactive shell video to README.md
This commit is contained in:
@@ -186,7 +186,7 @@ from scrapling.parser import Selector
|
|||||||
|
|
||||||
page = Selector("<html>...</html>")
|
page = Selector("<html>...</html>")
|
||||||
```
|
```
|
||||||
And it works exactly the same!
|
And it works exactly the same way!
|
||||||
|
|
||||||
### Async Session Management Examples
|
### Async Session Management Examples
|
||||||
```python
|
```python
|
||||||
@@ -215,6 +215,8 @@ async with AsyncStealthySession(max_pages=2) as session:
|
|||||||
|
|
||||||
Scrapling v0.3 includes a powerful command-line interface:
|
Scrapling v0.3 includes a powerful command-line interface:
|
||||||
|
|
||||||
|
[](https://asciinema.org/a/736339)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Launch interactive Web Scraping shell
|
# Launch interactive Web Scraping shell
|
||||||
scrapling shell
|
scrapling shell
|
||||||
|
|||||||
Reference in New Issue
Block a user