Skip to content

HaloGamer33/YouTube-Stat-Scraper

Repository files navigation

YouTube-Stat-Scraper

Static Badge Static Badge GitHub repo size GitHub release (with filter)

Go application that collects & downloads information about a YouTube video. It uses the Colly library to scrape data from the video's webpage and parses JSON data embedded in the page's HTML.

Features

  • Download description, title, view count, likes, upload date, author, video and channel ID, etc.
  • Download information & stadistics for all videos of a channel.
  • Bulk download information of multiple videos.

Usage

  1. Run the application.
  2. Choose an option from the displayed menu.
  3. Follow the instructions shown on screen.
  4. The application will download the video statistics into the same folder that executable is, or in a folder depending on the option.

Installation

  1. Go to the relases section.
  2. Download the executable corresponding to your OS.
  3. Run the executable from a terminal or double clicking if you are on windows.

Dependencies ( Only worry about this if you want to edit the source code )

  • Go
  • Colly