Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trots committed Nov 2, 2024
1 parent 279ba9e commit d0f9659
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
![logo](logo.png)

# YouTube Analyzer

Software for analyzing of YouTube search output.

Based on `youtubesearchpython` and `PySide6`.
Based on `PySide6`, `googleapiclient`, and `youtubesearchpython`.

![main_window](doc/main_window.png)
![main_window_analytic](doc/main_window_analytic.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.
- Show YouTube search result in the table with a lot of video parameters
- Show video preview and video tags
- Create analytical charts for search output:
- Channels distribution pie diagram
- Video duration histogram
- Popular title words pie diagram
- Export search result to XLSX, CSV and HTML
- YouTube API support (just set your API key in the settings)

## Usage

Expand All @@ -24,3 +31,7 @@ Based on `youtubesearchpython` and `PySide6`.
> python youtube-analyzer.py
```
3. Type a search request and click the "Search" button.

## Troubleshooting

The default search engine for YouTube Analyzer is `youtubesearchpython`. But this component [is not supported anymore](https://github.com/alexmercerind/youtube-search-python/issues/189) by its maintainers and can have errors. Therefore, it is recommended to use YouTube Analyzer with YouTube API. Just set your YouTube API key in settings.
Binary file modified doc/main_window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/main_window_analytic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0f9659

Please sign in to comment.