https://github.com/salman-khan-mohammed/youtube-data-analysis-sentiment-analysis
Analyzing the YouTube Data
https://github.com/salman-khan-mohammed/youtube-data-analysis-sentiment-analysis
data data-visualization plotly-express scrapping-data sentiment-analysis
Last synced: about 2 months ago
JSON representation
Analyzing the YouTube Data
- Host: GitHub
- URL: https://github.com/salman-khan-mohammed/youtube-data-analysis-sentiment-analysis
- Owner: Salman-Khan-Mohammed
- Created: 2024-06-15T05:43:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T06:10:34.000Z (11 months ago)
- Last Synced: 2025-01-31T00:19:41.401Z (4 months ago)
- Topics: data, data-visualization, plotly-express, scrapping-data, sentiment-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube-Data-Analysis
Analyzing the YouTube DataIn this assignment, you will write a Python script to download user interaction data from YouTube for each “youtubeId” provided in the “vdoLinks.csv” file. For each of the YouTube video id, you will extract the following information:
1. 100 comments
2. Description of the video
3. View Count
4. Like Count
5. Dislike Count
6. Comment Count
7. Duration of the video
8. Favorite CountAfter the data extraction is done, then please find out the following:
1. A list of the top-10 videos based on the total views
2. A list of the bottom-10 videos based on the total views
3. The most liked video
4. The least liked video
5. The video with the highest duration
6. Apply sentiment analysis on the downloaded comments for each of the videos. For sentiment analysis, you can use VADER or any other tool of your choice. Your program should list the sentiments score for each of the movies