Skip to content

Instantly share code, notes, and snippets.

@XWilliamY
Last active July 3, 2020 06:06
Show Gist options
  • Save XWilliamY/142352df77137c5235df0362c916ee1a to your computer and use it in GitHub Desktop.
Save XWilliamY/142352df77137c5235df0362c916ee1a to your computer and use it in GitHub Desktop.
for item in response['items']:
comment = item['snippet']['topLevelComment']['snippet']['textDisplay']
comment_id = item['snippet']['topLevelComment']['id']
reply_count = item['snippet']['totalReplyCount']
like_count = item['snippet']['topLevelComment']['snippet']['likeCount']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment