A collection of spotify utilities, designed to be used in conjunction with other shell utilities.
- Free software: Apache Software License 2.0
- Documentation: https://sputils.readthedocs.io.
- Output spotify collection information:
- Albums
- Tracks
- Format output as:
- json
- lines
- yaml
sputils can be installed using:
Note: The spotipy package has a problem actually installing the new version, mentioned in this issue. After installing sputils from pip, you will need to run:
pip install git+https://github.com/plamere/spotipy.git --upgrade
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.