d0ntrash / YouSearch

YouSearch is an interactive CLI to fetch transcripts of YouTube videos, browse them and jump to the corresponding position in the video.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouSearch

YouSearch is an interactive CLI to fetch transcripts of YouTube videos, browse them and jump to the corresponding position in the video.

This is still work in progress and comes with a few bugs. However, the core functions should already work.

Requirements

To play videos directly from the cli you need to install mpv and youtube-dl.

On Arch based systems this can be done using pacman.

sudo pacman -S mpv youtube-dl

Installation

Using pip

pip install yousearch

# Run it
python -m yousearch

Using poetry

git clone https://github.com/buecheko/YouSearch.git
cd YouSearch

poetry install

# Run it 
poetry run yousearch

About

YouSearch is an interactive CLI to fetch transcripts of YouTube videos, browse them and jump to the corresponding position in the video.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%