Releases: sixP-NaraKa/pyvod-chat
Releases · sixP-NaraKa/pyvod-chat
v0.2.1
v0.2.0
- 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
- initial release