Skip to content

dre-dev/youtube-comment-analysis

Repository files navigation

youtube-comment-analysis

All YouTube comments scrapped using third-party web-based app http://ytcomments.klostermann.ca/. Topic of the video : Usai Laga Pilpress - Mata Najwa (Whole section of 'Usai Laga Pilpres' seperated into 7 different parts in youtube).

Description :

This project works by scraping YouTube comments and identify the sentiment of comments. We concepting the whole project from orange first, and we finalize all the codes in jupyter notebook directly. I hope I can apply sentiment analys (indonesian language) in youtube comments. I hope that this algorithm can detect positive (appreciation, motivationing, etc) and negative words (sarcastic, sassy, meany, etc) when someone comments on youtube.

Prerequisites :

Python 3

pip(Python Package Index) :

$ sudo apt-get install python3-pip

requests package :

$ sudo pip3 install requests

lxml package :

$ sudo apt-get install libxml2-dev libxslt1-dev python-dev

$ pip3 install lxml

matplotlib package :

$ sudo pip3 install matplotlib

nltk package :

$ sudo pip3 install nltk

$ nltk.download()

wordcloud package :

$ sudo pip3 install wordcloud

About

(unmaintained) going to finish whole section in (mo)may (yr)twentytwenty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors