DaveParr / PyFest

0 stars 0 forks source link

Include a music streaming service api dependency #3

Open DaveParr opened 1 year ago

DaveParr commented 1 year ago

To connect to a streaming service to create the playlist we need a way of allowing the user to authenticate into their account to create the playlist from the running python service.

DaveParr commented 1 year ago

YouTube music has an unofficial python api package here: https://github.com/sigma67/ytmusicapi

DaveParr commented 1 year ago

Spotify has an offical api here: https://developer.spotify.com/

It has suggested, unofficial api wrappers here: https://github.com/plamere/spotipy and here: https://pypi.org/project/tekore/