https://github.com/sudip-13/youtube-comment-analysis
This Python program analyzes YouTube comments’ sentiment using natural language processing. It fetches comments via the YouTube Data API and provides results.
https://github.com/sudip-13/youtube-comment-analysis
css fastapi googleapiclient html javascript vandersentiment
Last synced: about 2 months ago
JSON representation
This Python program analyzes YouTube comments’ sentiment using natural language processing. It fetches comments via the YouTube Data API and provides results.
- Host: GitHub
- URL: https://github.com/sudip-13/youtube-comment-analysis
- Owner: sudip-13
- Created: 2024-05-31T19:04:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T21:43:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T04:41:28.777Z (over 1 year ago)
- Topics: css, fastapi, googleapiclient, html, javascript, vandersentiment
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/youtube-comments-analyzer/
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview:
This program utilizes natural language processing techniques to determine the sentiment (positive, negative, or neutral) of each comment and provides an overall sentiment analysis for the video.
## Features:
### Sentiment Analysis:
It analyzes the sentiment of each comment using machine learning models.
### YouTube Data API Integration:
The program fetches comments from YouTube videos using the YouTube Data API.
# For the Chrome extension, follow these steps:
##### 1. Download the repository as a zip file.
##### 2. Go to Chrome settings ➡️ Extensions.
##### 3. Click “Load unpacked extension” and select the downloaded folder/Extension.
##### 4. For a valid YouTube URL, a “Fetch” button will appear. Click it and wait for the results. Note that the API is hosted on a free instance, so it might take some time.
# For the firefox extension, follow these steps:
##### 1. go through the 'https://addons.mozilla.org/en-US/firefox/addon/youtube-comments-analyzer/'
##### 2. add as mozila addons
##### 3. For a valid YouTube URL, a “Fetch” button will appear. Click it and wait for the results. Note that the API is hosted on a free instance, so it might take some time.