Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/r2dev2/pewviewer
- Owner: r2dev2
- Created: 2019-10-30T01:23:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T04:56:41.000Z (about 5 years ago)
- Last Synced: 2024-11-09T06:44:53.968Z (3 months 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
![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