Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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