Introduction

Spotify API Client

This library aims to implement Spotify’s Authorization 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 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 or Read the docs or check the code for substantial docstrings.

How does the library work

https://image.ibb.co/ekaugG/spotifylib_authorization_flow_Page_1_2.png

Features

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