This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
Releases: taizan-hokuto/pytchat
Releases · taizan-hokuto/pytchat
pytchat v0.5.5
Enhanced
- Made it possible to set customized httpx.Client (#50).
example:
chat = pytchat.create(video_id="*********",
client=httpx.Client(http2=True,
headers=headers,
cookies=cookies,
proxies=proxies))
- Added new chatItemActionRenderer (LiveChatDonationAnnouncementRenderer)
Others
- Add tests for fetching chat data online .
pytchat v0.5.4
Fix:
Fixed a bug that caused an Invalid Video Id Exception in some videos. (Issue #48)
pytchat v0.5.3
Fix
Fixed the bug (cannot fetch live chat data: #37 , #39) .
pytchat v0.5.2
Enhancement
replay_continuation
paramter. Added support for retrieving and specifying the continuation parameter of archived chat data. (#31 , #32 )
pytchat v0.5.1
Fix
Fixed bugs that prevented fetching archived chats.
pytchat v0.5.0
- Fixed failure to load JSON. (#26)
pytchat v0.4.8
- Fixed bugs.
- Removed some features (CLI, Extractor, VideoInfo).
pytchat v0.4.7
For development environment
- Added pipfile (pipenv).
pytchat v0.4.6
Fix
- Fixed missing data when converting chat list to JSON string.
pytchat v0.4.5
Fix
- HTMLArchiver uses temporary files to reduce memory usage.
- Modified exception handlings when the chat stream finished.