Skip to content

ATR-oCiTy/SpotifyAPI_Client

Repository files navigation

SpotifyAPI_Client

Simple python based client to retrive information from Spotify through the Spotify API. Can be used to search and retrieve Tracks, Artists or Playlists for further parsing or scraping.

Spotify API

Image Placeholder

Spotify through with its Spotify Developer Platform allows developers to search for tracks, access extensive features of tracks and even playback tracks through free API access for developers.

Use and Pre-requisites

The client can be imported into any python project using,

from SpotifyAPIClient import *
spotify = SpotifyAPI(client_id, client_secret)

The client_id and client_secret are unique to each developer and can be acquired by creating a new app here

Primary use case involves data mining and feature analysis



About

Easy spotify data extraction tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published