Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ym496/ongaku-play
A web-based music player that streams songs and playlists from YouTube, ad-free.
https://github.com/ym496/ongaku-play
flask flask-application flask-sqlalchemy javascript jquery python pytube
Last synced: 9 days ago
JSON representation
A web-based music player that streams songs and playlists from YouTube, ad-free.
- Host: GitHub
- URL: https://github.com/ym496/ongaku-play
- Owner: ym496
- License: mit
- Created: 2023-09-17T17:08:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T13:49:35.000Z (about 1 year ago)
- Last Synced: 2023-10-07T14:33:10.210Z (about 1 year ago)
- Topics: flask, flask-application, flask-sqlalchemy, javascript, jquery, python, pytube
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ongaku-play
A web-based music player that streams songs and playlists from YouTube, ad-free.
# demo
![Demo GIF](https://i.imgur.com/WYbitD5.gif)
# Commands
There are also some text-based commands that can be executed using the prefix `.`
* `.play ` => To add a song to the queue using a Youtube link.
* `.playlist ` => To rewrite the queue and populate it with songs from a Youtube playlist.
* `.clear` => To remove every song from the queue and make it empty.
# Running
* Make sure to get Python 3.10.12 or higher.
* Clone this repo.
```
git clone [email protected]:ym496/ongaku-play.git
```
* Create a virtual environment.
```
python3 -m venv venv
```
* Activate the virtual environment.
```
source venv/bin/activate
```
* Install the dependencies.
```
pip install -r requirements.txt
```
* Run.
```
python main.py
```