Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r2dev2/pewviewer

This plays the latest video released by a youtuber. The default youtuber is PewDiePie, but can be changed if one desires. PewViewer is currently supported on Mac and GNU/Linux. Windows support will come out soon.
https://github.com/r2dev2/pewviewer

Last synced: 22 days ago
JSON representation

This plays the latest video released by a youtuber. The default youtuber is PewDiePie, but can be changed if one desires. PewViewer is currently supported on Mac and GNU/Linux. Windows support will come out soon.

Awesome Lists containing this project

README

        

# PewViewer
![PewViewer Logo](https://github.com/r2dev2bb8/PewViewer/blob/master/img/PewViewerLogo.png)

## Execution
To watch the latest video posted by the configured youtuber, enter the following command.

``./watchNewest.bash``

## Setup
### Debian
Use the following commands in the terminal.

``sudo apt install mpv youtube-dl``

``chmod +x watchNewest.bash``

### MacOS
Use the following commands in the terminal if you have installed Homebew
``brew cask install mpv``

``brew install youtube-dl``

``chmod +x watchNewest.bash``

### Configure Youtuber
* Open watchNewest.bash in a text editor
* In Debian, execute ``gedit watchNewest.bash``
* In MacOS, execute ``open watchNewest.bash``
* Edit the link in line 2 to the link of your youtube channel
* Save and exit