Skip to content

Releases: sixP-NaraKa/pyvod-chat

v0.2.1

27 Sep 15:07
Compare
Choose a tag to compare
  • incorporated a fix for the mentioned 'strptime format error' issue in #3

v0.2.0

21 May 17:00
Compare
Choose a tag to compare
  • additional comment information, when exactly the message has been posted in the VOD/stream chat ("hours:minutes:seconds" format)
  • this new VODSimpleComment attribute "posted_at" can be accessed the same as the other class attributes, like so:
for comment in vod_comments:
    # print(comment.timestamp)
    print(comment.posted_at)
    # print(comment.name)
    # print(comment.message)

See also the changelog.

v0.1.0

20 Apr 19:59
Compare
Choose a tag to compare
  • initial release