Created
November 29, 2023 19:57
-
-
Save alifeee/075086b13fe5cec4c86d0f051973a960 to your computer and use it in GitHub Desktop.
Data from Spotify Wrapped 2023
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
top_genres = [ | |
"pov: indie", | |
"Indie game soundtrack", | |
"Steampunk", | |
"Pixel", | |
"Indie pop", | |
] | |
[listener] | |
type = "Shapeshifter" | |
description = "One moment you're head over heels for an artist. The next, you've moved on. Some say it's erratic. We call it eclectic." | |
[totals] | |
minutes = 60_724 | |
songs = 7_309 | |
genres = 151 | |
artists = 4_391 | |
[totals.longest_day] | |
date = "2023-7-08" | |
minutes = 861 | |
[location] | |
city = "Portland" | |
country = "USA" | |
artists = ["The Scary Jokes", "girli", "Louie Zong"] | |
[[top_songs]] | |
name = "Community Gardens" | |
artists = ["The Scary Jokes", "Louie Zong"] | |
plays = 112 | |
first_play = "2023-01-20" | |
[[top_songs]] | |
name = "Passing Through (Can't the Future Just Wait)" | |
artists = ["Kaden MacKay"] | |
[[top_songs]] | |
name = "Cold Turkey" | |
artists = ["The Happy Fits"] | |
[[top_songs]] | |
name = "Fun" | |
artists = ["Elliot Lee"] | |
[[top_songs]] | |
name = "A Robot's Song" | |
artists = ["Natasha Du Prez"] | |
[[top_artists]] | |
name = "girli" | |
top_percent = 0.05 | |
listening_time = 1_882 | |
top_month = 5 | |
[[top_artists]] | |
name = "Tally Hall" | |
top_month = 6 | |
[[top_artists]] | |
name = "The Scary Jokes" | |
top_month = 6 | |
[[top_artists]] | |
name = "The Happy Fits" | |
[[top_artists]] | |
name = "Rio Romeo" | |
top_month = 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment