Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.03 KB

SpotifyHistoryVisualizer

Visualize your spotify listening history.

Download your past year's data or your full history from here.

Usage

Copy your JSON files to the data directory and run the python code. You can combine files of different history requests as the program automatically removes duplicate songs.

Functions

Plots

  • plotTotalMinutes: total minutes listened
  • plotArtistMinutes: total minutes of one artist
  • plotTopArtists: total minutes of top artists
  • plotTopSongs: total minutes of top songs
  • plotTopSongsArtists: total minutes of top songs by one artist
  • plotHour: total minutes listened each hour of the day
  • plotMinute: total minutes listened each minute of the day

Calendar plots

TODO: add artist/song legend

  • calplotTopArtists: top artist of each day
  • calplotTopSongs: top song of each day
  • calplotTotalMinutes: total minutes listened each day
  • calplotTotalCount: total number of songs listened each day
  • calplotArtistMinutes: total minutes listened of one artist