
spotipy 2.25.2
0
A light weight Python library for the Spotify Web API
Contents
A light weight Python library for the Spotify Web API
Stars: 5385, Watchers: 5385, Forks: 974, Open Issues: 60The spotipy-dev/spotipy repo was created 11 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 5385 github stars!
How to Install spotipy
You can install spotipy using pip
pip install spotipy
or add it to a project with poetry
poetry add spotipy
Package Details
- Author
- @plamere
- License
- MIT
- Homepage
- https://spotipy.readthedocs.org/
- PyPi:
- https://pypi.org/project/spotipy/
- GitHub Repo:
- https://github.com/plamere/spotipy
Related Packages
Errors
A list of common spotipy errors.
Code Examples
Here are some spotipy code examples and snippets.
GitHub Issues
The spotipy package has 60 open issues on GitHub
- Update sphinx-rtd-theme requirement from ~=3.0.2 to ~=3.1.0
- Warning on Spotify URI RegEx fail
- Refresh methods according to the official documentation
- fix: dont override verify attribute when requesting access token
- Local Tracks Not Recognized as URI
- Add type hinting to function args; remove support for deprecated versions 3.8 and 3.9
- Remove localhost from documentation
- 404 error when getting track/album/playlist/artist data
pythonfix