spotifyr package
A Quick and Easy Wrapper for Pulling Track Audio Features from Spotify's Web API in Bulk
See the README on GitHub
Retrieve information related to artists.
get_artist
: Get the data of a single artist.get_artists
: Get the data of multiple artist.get_related_artists
: Get that of related artist to an original artist.get_artist_albums
: Get artists who appear on an album.
Retrieve information related to individual song recordings (songs, concerts).
get_track
get_tracks
get_playlist_tracks
Retrieve information about albums.
See also get_album_tracks
.
Work with playlists.add_tracks_to_playlist
change_playlist_details
get_user_playlists
Interact with the user's devices and players.
Functions related to the contents of the music.get_track_audio_analysis
get_artist_audio_features
get_playlist_audio_features
get_user_audio_features
get_genre_artists
Functions related to the lyrics of the music, such as get_discography
.
Search for an artist, song or other keyword.
The main function is search_spotify
.
Helper functions to provide authentication function for requests.
Never reveal in public documents, markdown files the returned values of these
functions: get_spotify_authorization_code
get_spotify_access_token
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.