Skip to content

Microservice to get data from Youtube Music

Notifications You must be signed in to change notification settings

Soundicly/harper-ytmusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

harper-ytmusic

This is a microservice to get data from the youtube music api for our harper service.

Usage

First of all, you'll need to login to a Youtube Premium account. For that, run the following commands:

python -m venv .venv
pip install -r requirements.txt
ytmusicapi oauth

You can now run the server with:

uvicorn main:app --reload

Docker

To build an image, run:

docker build -t harper-yt .

Note: You'll need to login to a Youtube Premium account before running the container.

About

Microservice to get data from Youtube Music

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published