šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

spotify-api-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-api-client

0.1.0
PyPI
Maintainers
1

Spotify API Client

This is a Spotify API client that I wrote for doing the following things:

  • Handle authorization flow from Spotify (one-time flow: user logs in and you receive a refresh token).
  • Perform tasks related to a user:
    • create playlists
    • read playlists
    • read user data
  • Perform non-user-related tasks:
    • search
    • get album details

Note: Only the above mentioned API functions have been implemented. This project was created for my "Album of the day" project. For a more robust and thorough/complete solution, see the Spotipy library.

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