From 8b18f4476a7fdc70181ca05b74c6e2de062abbb0 Mon Sep 17 00:00:00 2001 From: taizan-hokouto <55448286+taizan-hokuto@users.noreply.github.com> Date: Sat, 5 Dec 2020 21:07:11 +0900 Subject: [PATCH] Update README --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index 2f6d329..76236dd 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,9 @@ pytchat ======= pytchat is a python library for fetching youtube live chat. - - -## Note (2020-11-19) -### Since the YouTube specification has changed, this program does not work well. -### Whether to fix it or not is undecided. +


- - - - ## Description pytchat is a python library for fetching youtube live chat without using Selenium or BeautifulSoup. @@ -32,23 +24,6 @@ pip install pytchat ``` ## Examples -### CLI - -+ One-liner command. - -+ Save chat data to html with embedded custom emojis. - -+ Show chat stream (--echo option). - -```bash -$ pytchat -v uIx8l2xlYVY -o "c:/temp/" -# options: -# -v : Video ID or URL that includes ID -# -o : output directory (default path: './') -# --echo : Show chats. -# saved filename is [video_id].html -``` - ### Fetch chat data (see [wiki](https://github.com/taizan-hokuto/pytchat/wiki/PytchatCore)) ```python @@ -84,8 +59,6 @@ while chat.is_alive(): + YT API compatible chat processor ([CompatibleProcessor](https://github.com/taizan-hokuto/pytchat/wiki/CompatibleProcessor)) -+ Extract archived chat data ([Extractor](https://github.com/taizan-hokuto/pytchat/wiki/Extractor)) - ## Structure of Default Processor Each item can be got with `sync_items()` function.