You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

spotifylib

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotifylib

Spotify API Client

0.1.2
pipPyPI
Maintainers
1

============ Introduction

Spotify API Client

This library aims to implement Spotify's Authorization flow <https://developer.spotify.com/web-api/authorization-guide/#authorization_code_flow>_ without the user needing to create a third party application to authorize the application, redirect it to the callback and then manually authorize it with username and password.

This library goal is to make authorization transparent but using Spotipy's <http://spotipy.readthedocs.io/en/latest/>_ functionality. It is implemented in a non-standard way that Spotify wouldn't recommend so we can't guarantee this would work forever.

Read more on USAGE.rst <https://github.com/wefner/spotifylib/blob/master/USAGE.rst>_ or Read the docs <http://spotifylib.readthedocs.io/en/latest/>_ or check the code for substantial docstrings.

How does the library work

.. image:: https://image.ibb.co/ekaugG/spotifylib_authorization_flow_Page_1_2.png :scale: 70% :align: center :height: 1500px :width: 1200px

Features

  • Same features as Spotipy's library but with transparent authentication
  • Renew's the token transparently

History

0.1 (18-09-2017)

  • First release

0.1.1 (09-10-2017)

  • Docstrings

0.1.2 (13-10-2017)

  • Invalid token message moved to constants
  • Improved doc and examples
  • Add refresh token back to Token namedtuple from response

Keywords

spotifylib

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts