youtube-analyzer

Software for analyzing of YouTube search output

MIT License

Stars
1
Committers
2

YouTube Analyzer

Software for analyzing of YouTube search output.

Based on youtubesearchpython and PySide6.

Features

  • Show YouTube search result in the table with a lot of video parameters.
  • Export search result to XLSX, CSV and HTML.
  • YouTube API support (just set API key in the preferences).
  • Show video preview and video tags.

Usage

  1. Install dependencies:
    > pip install -r requirements.txt
    
  2. Run application:
    > python youtube-analyzer.py
    
  3. Type a search request and click the "Search" button.