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: about 1 year 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.
- Host: GitHub
- URL: https://github.com/r2dev2/pewviewer
- Owner: r2dev2
- Created: 2019-10-30T01:23:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T04:56:41.000Z (over 6 years ago)
- Last Synced: 2025-01-03T14:23:33.504Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PewViewer

## 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