Closed GijsTimmers closed 7 years ago
Fixes https://github.com/bjarneo/Pytify/issues/55 and https://github.com/bjarneo/Pytify/issues/54
Support for client credentials flow. Please follow these steps:
~/.bashrc
export SPOTIPY_CLIENT_ID='your-spotify-client-id' export SPOTIPY_CLIENT_SECRET='your-spotify-client-secret'
Nice. Thanks. Will look into this tonight. :)
Hit the wrong button. But it works! Thanks for this PR. Now we can probably leverage a lot of other features from spotipy as well!
Fixes https://github.com/bjarneo/Pytify/issues/55 and https://github.com/bjarneo/Pytify/issues/54
Support for client credentials flow. Please follow these steps:
~/.bashrc
to export following values: