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: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T13:49:35.000Z (over 2 years ago)
- Last Synced: 2025-02-26T12:28:48.184Z (over 1 year ago)
- Topics: flask, flask-application, flask-sqlalchemy, javascript, jquery, python, pytube
- Language: JavaScript
- Homepage:
- Size: 11.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

# 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 git@github.com: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
```