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
v0.0.6.4 released
New Feature:
Command Line Interface : Enable to extract archived chat data with one-liner command.
Fix
- Bug: when resume() is called, chat fetching process stops.
v0.0.6.1 released
New Feature:
Extractor : utility to extract chat data.
SuperchatCalculator : ChatProcessor for aggregating superchat amount for each currency.
VideoInfo : utility to retrieve video information.
Fix:
Fixed implementation of mupltiplying ChatProcessor when using callback mode.
Enhanced JsonfileArchiver (old name : JsonfileArchiveProcessor)
Other
Removed ReplayChat and ReplayChatAsync.
This feature has been already integrated with LiveChat / LiveChatAsync.
v0.0.5.3 released
Hot fix :
- Fix fetching initial continuation
- When 'seektime = 0' was specified or seektime param was abbreviated, some video did not return any chat data. In this version, pytchat gets continuation as appropriate.
Other:
- Fix duplicate logging output.
v0.0.5.1.3 released
Modify Default Processor:
- Make it possible to alert error when user misuses default processor's attribute.
- Switch author type independent from platform language.
Modify logging:
- Make it possible to set custom logger. (LiveChat & LiveChatAsync class)
Other fix:
- Delete unexposed chat processor (json_display_processor).
- Modify demo codes on README.