Auto Comment

It auto comments on the video passed in video_link with the comment passed in comment.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

youtube.auto_comment(comment='Nice', video_link='https://www.youtube.com/watch?v=hPQ79rrkziM')
Parameters
  • comment (str) – comment which need to be typed

  • video_link (str) – video url where need to post comment

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict