The title explains most of it. My issue is that, despite searching everywhere, I haven’t found any useful solutions. Neither AI nor ChatGPT has been able to help with this.
Just to make the body bigger Just to make the body bigger Just to make the body bigger
Ayaan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Assuming that you are using Youtube API v3 you can fetch comments on a video with the list comments endpoint : https://developers.google.com/youtube/v3/docs/comments/list, then look for the mention (eg: searching for @channelName
) then reply to it with insert comment endpoint : https://developers.google.com/youtube/v3/docs/comments/insert