Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 770 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 770 Bytes

Spotify-Assistant

A bunch of Python functions and classes to interact with Spotify's web API.

Commands

Track Related

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 Related

artist-genres [artist URL]

returns all genres which are connected to the artist

full-artist [artist URL]

returns detailed information about the artist

Album Related

full-album [album URL]

returns detailed information about the album

Features

  • implementation of different Spotify API objects
  • retrieve access token
  • request tracks, albums and artists by ID