Skip to content

See how your taste in music has changed over the years through graphs!

Notifications You must be signed in to change notification settings

willnaoosmith/Spotify-statistics-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Spotify statistics generator.

See how your taste in music has changed over the years through graphs!

Based on the following parameters:

  • Popularity
  • Danceability
  • Energy
  • Key
  • Loudness
  • Speechiness
  • Acousticness
  • Instrumentalness
  • Liveness
  • Valence
  • Tempo
  • Duration (Milliseconds)

How to use:

  1. First, star and clone this repository (Please 🥹):
git clone https://github.com/willnaoosmith/Spotify-statistics-generator.git
  1. Install the requirements:
cd Spotify-statistics-generator && pip install -r requirements.txt
  1. Set up your spotify integration (You can see more about it on the Spotify docs):
spotifyClient = spotipy.Spotify(
  auth_manager=SpotifyOAuth(
    client_id="Your client ID here",
    client_secret="Your client secret here",
    redirect_uri="Your redirect URI here",
    scope="Your app scope here"
  )
)
  1. Run the script and follow the instructions provided:
python main.py

About

See how your taste in music has changed over the years through graphs!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages