A bunch of Python functions and classes to interact with Spotify's web API.
track-features [track URL]
returns audio features of the track
track-genre [track URL]
returns the genre of the track
full-track [track URL]
returns detailed information about the track
artist-genres [artist URL]
returns all genres which are connected to the artist
full-artist [artist URL]
returns detailed information about the artist
full-album [album URL]
returns detailed information about the album
- implementation of different Spotify API objects
- retrieve access token
- request tracks, albums and artists by ID