HackerPoet / YouTubeCommenter

AI to generate YouTube comments based on video title
MIT License
331 stars 70 forks source link

Could someone show a piece of samples about "all_comments.txt " file ,I Can't reach the YouTube #5

Closed smartLp closed 5 years ago

smartLp commented 5 years ago

I want to know the format of all_comments.txt file ,but I can't reach Youtube case the networks .

HackerPoet commented 5 years ago

It is a CSV format that uses '~' as the delimiter. Each row has 3 values:

You need to create a developer account and project to access the YouTube API. This should help you get started: https://developers.google.com/youtube/v3/

Once you have your API key, you'll have to add it to Scrape.py at the top of the file.

smartLp commented 5 years ago

Thanks