Youtube Comments

adamex1970

Regular Member
Joined
Feb 12, 2012
Messages
318
Reaction score
29
How we can track new comments of multiple videos (that are not published by us)? Any way to add them to rss or similar service?
 
What exaclty do you want to track? From your own channel, or generally based on the keywords, what?
 
What exaclty do you want to track? From your own channel, or generally based on the keywords, what?
Adding few random yt videos (not mine) in bulk to track new comments.
 
Get fresh comments from discussion under video file uploaded to yt.
Man, that's tough for me to say. You could try searching on Google; maybe some SaaS can provide that. Also, a programmer could create a script for it. Check out open-source sites like GitHub because there might be something similar. And finally, you could try the YouTube API.

I'm not sure if any of this will really solve your problem, but it might help you find a solution.

Good luck, and I hope you figure it out, my friend.

Let me know how it goes and if you managed to do it.
 
If not any tools available yet, you can try to create one with python + selenium, I did a similar one before, when download ytb video subtiles + comments then convert to a blog post,
You may need to save the comments to a db, then next time just check the comment after a given timestamp
 
Back
Top