#YouTube Comment Mood Analyzer ##Description This is a simple program that scrapes the comments from a YouTube video, analyzes them for happy/sad keywords, and tabulates whether the general sentiment towards the video is more positive or negative. ##Usage ./moodanalyzer.py youtubevideourl
e.g. ./moodanalyzer.py https://www.youtube.com/watch?v=dQw4w9WgXcQ
##Sample Output
########################################
YouTube Comment Mood Analyzer
########################################
Getting comment data...
Analyzing...
There were 10 happy comments and 32 sad comments.
The general feelings towards this video were sad.
Sample size of 42 comments.