Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Releases: taizan-hokuto/pytchat

pytchat v0.5.5

24 Jul 14:17
Compare
Choose a tag to compare

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

01 Jul 14:46
Compare
Choose a tag to compare

Fix:

Fixed a bug that caused an Invalid Video Id Exception in some videos. (Issue #48)

pytchat v0.5.3

10 Feb 17:07
Compare
Choose a tag to compare

Fix

Fixed the bug (cannot fetch live chat data: #37 , #39) .

pytchat v0.5.2

17 Jan 14:15
Compare
Choose a tag to compare

Enhancement

  • replay_continuation paramter. Added support for retrieving and specifying the continuation parameter of archived chat data. (#31 , #32 )

pytchat v0.5.1

09 Jan 13:20
Compare
Choose a tag to compare

Fix

Fixed bugs that prevented fetching archived chats.

pytchat v0.5.0

13 Dec 13:33
Compare
Choose a tag to compare
  • Fixed failure to load JSON. (#26)

pytchat v0.4.8

05 Dec 12:15
Compare
Choose a tag to compare
  • Fixed bugs.
  • Removed some features (CLI, Extractor, VideoInfo).

pytchat v0.4.7

17 Nov 16:38
Compare
Choose a tag to compare

For development environment

  • Added pipfile (pipenv).

pytchat v0.4.6

17 Nov 16:36
Compare
Choose a tag to compare

Fix

  • Fixed missing data when converting chat list to JSON string.

pytchat v0.4.5

15 Nov 16:56
Compare
Choose a tag to compare

Fix

  • HTMLArchiver uses temporary files to reduce memory usage.
  • Modified exception handlings when the chat stream finished.