PetterKraabol / Twitch-Python

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

[Question] Is it possible to generate an iterable or size attribute for a Comments object #37

Open svadivazhagu opened 3 years ago

svadivazhagu commented 3 years ago

Hey, am really enjoying this project so far, just was wondering if it's possible to fetch a size attribute for the number of chat messages sent on a Comments object, as I'd like to use a library like tqdm to create a progress bar corresponding to the iteration through a chatlog. Haven't found anything within the Twitch Helix API docs so wanted to check here.

Thanks!