Skip to content

natakazakova/fetch-youtube-playlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Playlist Video Statistics Fetcher

This script fetches video statistics from a YouTube playlist using the YouTube Data API v3.

It allows users to input their API key and playlist ID, and displays the video statistics in a grid format:

  • publication date
  • view count
  • number of likes
  • number of comments

The script uses DevExtreme components for UI elements and data grid.

How to use

  1. Get YouTube API key.
  2. Paste YouTube API key and Playlist ID to the corresponding textboxes and press Fetch Videos to get data in a grid format.