Skip to content

Sailesh3000/YouAnalyzr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouAnalyzr

YouTube Comment Analyzer Chrome Extension

A Chrome extension that allows users to analyze comments from YouTube videos, providing insights based on specified criteria.

Features

  • Fetches comments from a specified YouTube video.
  • Sends the video ID to a backend service for analysis.
  • Displays the results in a user-friendly format. (to be updated)

Technologies Used

  • Frontend: HTML, CSS, JavaScript (Chrome Extension APIs)
  • Backend: Node.js (Express.js)

Prerequisites

  • Google Chrome or any Chromium-based browser.
  • Basic knowledge of how to install Chrome extensions.
  • A running backend server that provides an API for analyzing YouTube comments.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/youtube-comment-analyzer.git
    cd youtube-comment-analyzer