Skip to content

An assistant written in python using spotipy that provides information about songs, playlists, users or interpreters that are found on Spotify.

Notifications You must be signed in to change notification settings

MapManagement/spotify-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

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

About

An assistant written in python using spotipy that provides information about songs, playlists, users or interpreters that are found on Spotify.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages