This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
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 .