Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 735 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 735 Bytes

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.