shaswat97-crypto / yt-analyser

A program to extract YouTube palylist's data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A program to extract YouTube palylist's data

Key Features
How To Use

screenshot

Key Features

  • Implementd scroll which makes the program capable of extrcating data from playlists of max length supported by YouTube
  • Data is provided in excel format for further reference
  • Data is provided in json format, which can be used for other applications

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/shaswat97-crypto/yt-analyser

# Go into the repository
$ cd yt-analyser

# Install dependencies
$ npm init -y
$ npm install puppeteer
$ npm install fs
$ npm install path
$ npm install xlsx

# Run the app
$ node ytPlaylistAnalyser.js

Note If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Credits

This software uses the following open source packages:

About

A program to extract YouTube palylist's data


Languages

Language:JavaScript 100.0%