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.
- Host: GitHub
- URL: https://github.com/bugswriter/myyt
- Owner: Bugswriter
- Created: 2020-12-26T14:22:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T15:55:21.000Z (about 5 years ago)
- Last Synced: 2025-03-31T06:51:11.181Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 86
- Watchers: 7
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)