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

Releases: taizan-hokuto/pytchat

v0.0.6.4 released

08 Mar 15:20
Compare
Choose a tag to compare

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

29 Feb 02:06
Compare
Choose a tag to compare

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

31 Jan 17:01
Compare
Choose a tag to compare

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

18 Jan 05:53
Compare
Choose a tag to compare

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.