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

https://github.com/bugswriter/myyt

Script I wrote to search youtube with command line easily.
https://github.com/bugswriter/myyt

Last synced: about 1 year ago
JSON representation

Script I wrote to search youtube with command line easily.

Awesome Lists containing this project

README

          

# myyt

Script I wrote to search youtube with command line easily.

## Requirements

You need to set the environment variable `YT_API_KEY` to the value of the token.

See [tutorial](https://elfsight.com/blog/2016/12/how-to-get-youtube-api-key-tutorial/) on the API key if you need help, or [start directly in the console](https://console.developers.google.com/apis/library?filter=category:youtube) if you are familiar with the platform.

Install the required programs: `fzf`, `dmenu`, `mpv` `jq`, `awk` and `youtube-dl`.

[See video for futher detail](https://www.youtube.com/watch?v=gghEFDO3Tbc)