PetterKraabol / Twitch-Python

Object-oriented Twitch API for Python developers
https://pypi.org/project/twitch-python
MIT License
214 stars 37 forks source link

Update for Twitch API #53

Open barnumbirr opened 1 year ago

barnumbirr commented 1 year ago

Hey @PetterKraabol

kudos for maintaining this, you're doing God's work. Do you have plans to update the library to be compatible with the GraphQL API so it can get chats from VODs?

Due to the old Helix API being deprecated, this feature currently doesn't work:

for comment in helix.video(318017128).comments:
    print(comment.commenter.display_name)

Cheers.