Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 574 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 574 Bytes

YouTubeData Collector

YouTubeData Collector is a Python-based web scraping tool developed with Selenium for extracting valuable information from YouTube channels.

Features

  • Dynamic scraping of video data.
  • Structured storage in CSV format.

Usage

  1. Install the required libraries using pip install -r requirements.txt.
  2. Run the script using python youtube_data_collector.py.
  3. Customize the script for your specific use case.

Future Enhancements

  • Analysis features for deeper insights.
  • Creation of an executable file for user-friendly deployment.