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

pytchat v0.5.5

Latest
Compare
Choose a tag to compare
@taizan-hokuto taizan-hokuto released this 24 Jul 14:17

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 .