Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trots/youtube-analyzer

Software for analyzing of YouTube search output
https://github.com/trots/youtube-analyzer

ctr pyside6 python qt youtube youtube-analysis youtube-search

Last synced: 6 days ago
JSON representation

Software for analyzing of YouTube search output

Awesome Lists containing this project

README

        

# YouTube Analyzer

Software for analyzing of YouTube search output.

Based on `youtubesearchpython` and `PySide6`.

![main_window](doc/main_window.png)

## 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:
```cmd
> pip install -r requirements.txt
```
2. Run application:
```cmd
> python youtube-analyzer.py
```
3. Type a search request and click the "Search" button.