Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages