Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1 KB

README.md

File metadata and controls

50 lines (39 loc) · 1 KB

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