Skip to content

Dynamic web application to retrieve YouTube dislikes utilizing the ReturnYoutubeDislike API and additional data using web-scrapping.

Notifications You must be signed in to change notification settings

Harshitv21/Check-Youtube-Dislike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CheckYoutubeDislike

Frontend Backend Scrapping Build Tool

Run locally

Client

cd src/frontend
npm run dev

Server

cd src/server
npm run start 

For development

npm run dev 

Default port is set to 5001 for server.

Description

Created a dynamic web application to retrieve YouTube dislikes utilizing the ReturnYoutubeDislike API and additional information through web scraping. Employed Express.js for backend development, while also utilizing web scraping tool puppeteer to gather supplementary data such as video duration, upload date, likes in multiple format and additional metadata.

Features

  • Retrieve the number of dislikes for a given YouTube video URL.
  • Display additional information regarding that video with the help of webscrapping.
  • Functionality to download the json data on request.

Screenshots

Screenshot of working webpage

About

Dynamic web application to retrieve YouTube dislikes utilizing the ReturnYoutubeDislike API and additional data using web-scrapping.

Topics

Resources

Stars

Watchers

Forks