JohnTheGr8 / Wox.Plugin.Spotify

Spotify plugin for Wox launcher
MIT License
31 stars 7 forks source link

Implement new Spotify WebApi #18

Open Graphicscore opened 5 years ago

Graphicscore commented 5 years ago

Heya. Spotify deprecated the local api , I've implemented the new Web-Api with the "Authorization Code Flow", It's able to store and refresh tokens so the user only has to sign in and authorize once. It's probably by far not perfect and needs some more error handling but it's working and a joy to use.

Best regards