Update README

This commit is contained in:
taizan-hokouto
2020-11-03 20:10:34 +09:00
parent cb15df525f
commit 249aa0d147

View File

@@ -47,7 +47,7 @@ while chat.is_alive():
print(f"{c.datetime} [{c.author.name}]- {c.message}") print(f"{c.datetime} [{c.author.name}]- {c.message}")
``` ```
### Output JSON format (feature of [DefaultProcessor](DefaultProcessor)) ### Output JSON format (feature of [DefaultProcessor](https://github.com/taizan-hokuto/pytchat/wiki/DefaultProcessor))
```python ```python
import pytchat import pytchat
import time import time
@@ -71,7 +71,7 @@ while chat.is_alive():
#### Asyncio Context #### Asyncio Context
[LiveChatAsync](https://github.com/taizan-hokuto/pytchat/wiki/LiveChatAsync) [LiveChatAsync](https://github.com/taizan-hokuto/pytchat/wiki/LiveChatAsync)
#### [YT API compatible chat processor]https://github.com/taizan-hokuto/pytchat/wiki/CompatibleProcessor) #### [YT API compatible chat processor](https://github.com/taizan-hokuto/pytchat/wiki/CompatibleProcessor)
### [Extract archived chat data](https://github.com/taizan-hokuto/pytchat/wiki/Extractor) ### [Extract archived chat data](https://github.com/taizan-hokuto/pytchat/wiki/Extractor)
```python ```python