Add desription to README.md
This commit is contained in:
19
README.md
19
README.md
@@ -22,10 +22,23 @@ For more detailed information, see [wiki](https://github.com/taizan-hokuto/pytch
|
|||||||
```python
|
```python
|
||||||
pip install pytchat
|
pip install pytchat
|
||||||
```
|
```
|
||||||
## Demo
|
|
||||||

|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
### CLI
|
||||||
|
|
||||||
|
One-liner command.
|
||||||
|
Save chat data to html.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ pytchat -v ZJ6Q4U_Vg6s -o "c:/temp/"
|
||||||
|
|
||||||
|
# options:
|
||||||
|
# -v : video_id
|
||||||
|
# -o : output directory (default path: './')
|
||||||
|
# saved filename is [video_id].html
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### on-demand mode
|
### on-demand mode
|
||||||
```python
|
```python
|
||||||
from pytchat import LiveChat
|
from pytchat import LiveChat
|
||||||
|
|||||||
Reference in New Issue
Block a user