Skip to content

SpotifyR is library for R that crawls metadata from artist's songs on Spotify.

Notifications You must be signed in to change notification settings

TasoulasTheofanis/Learn-SpotifyR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Learn-SpotifyR

SpotifyR is library for R that makes possible the crawl of interesting metadata from artist's songs from Spotify.

Click on this image to watch the execution and explanation of the code on Youtube

Learn SpotifyR - Greek Audio and Subs - English Subs

In a nutshell

1) install.packages('spotifyr')

2) library(spotifyr)

3) Sys.setenv(SPOTIFY_CLIENT_ID = ' Your own client id from spotify dashboard')

Sys.setenv(SPOTIFY_CLIENT_SECRET = 'Your own client secret from spotify dashboard')

access_token <- get_spotify_access_token()

4) artist.audio.features <- get_artist_audio_features('Name of an artist')

Then you can do some cool music data analysis

About

SpotifyR is library for R that crawls metadata from artist's songs on Spotify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages