Is it possible to get a list of all comments made by a given user's account with YouTube Data API, or even another API?
If this isn't a direct feature, would there be a convoluted way of doing this by seeing all the videos watched by a user and parsing the comments out of those specific videos?
The goal of my project is to create a 'Spotify Wrapped' style website but for YouTube (showing a user their most liked comments, the channels they watch the most, etc) but I'm having trouble finding the correct search criteria in the YouTube Data API documentation.
I am using HMTL, CSS, and JavaScript currently, and any help would be greatly appreciated!
Thanks,Tom.