Skip to content

A simple script that analyzes the mood of comments on YouTube videos

Notifications You must be signed in to change notification settings

bjshively/moodanalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

#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.

About

A simple script that analyzes the mood of comments on YouTube videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages