SMAPPNYU / youtube-data-api

A Python Client for collect and parse public data from the Youtube Data API
https://youtube-data-api.readthedocs.io/en/latest/index.html
MIT License
79 stars 31 forks source link

Added get_all_threads for retrieval of all comment threads #37

Closed efzn closed 1 year ago

efzn commented 4 years ago

Added get_all_threads for retrieval of all comment threads associated with a particular channel.

This implements the "list (all threads related to channel ID)" use case described in the YouTube Data API Reference documentation here:

This example retrieves all comment threads associated with a particular channel. The response could include comments about the channel or about the channel's videos. The request's allThreadsRelatedToChannelId parameter identifies the channel.