mental32 / spotify.py

🌐 API wrapper for Spotify 🎶
https://spotifypy.readthedocs.io/en/latest/
MIT License
150 stars 38 forks source link

Add user.follow_playlist, playlist.public #21

Closed micahdlamb closed 4 years ago

micahdlamb commented 4 years ago

I wrapped ability to follow a playlist and check if a playlist is public

micahdlamb commented 4 years ago

I manually tested the changes and they should be good. I'm trying to figure out how to include the changes I just made into this pull request.

micahdlamb commented 4 years ago

Alright so it looks like my new commit automatically got added into the pull request. Great.

micahdlamb commented 4 years ago

Thanks for the help. I'll make another pull request with that token refreshing fix sometime this weekend.

mental32 commented 4 years ago

You can now get these changes by updating the spotify package with pip install --upgrade git+https://github.com/mental32/spotify.py#egg=spotify

In a few days I'm going to rebase any commits that break semvar into a new branch then merge the branch back into master and release to pypi