sputils

https://img.shields.io/pypi/v/spotify-sputils.svg https://img.shields.io/travis/shanedabes/sputils.svg Documentation Status Updates

A collection of spotify utilities, designed to be used in conjunction with other shell utilities.

Features

  • Output spotify collection information:
    • Albums
    • Tracks
  • Format output as:
    • json
    • lines
    • yaml

Install

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

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.