What are you listening to?
\n\n\n\n
Stats
\n\n- \n
- Songs played:
{data['total']}
\n - Unique songs played:
{len(data['played'])}
\n - Artists:
{len(data['artists'])}
\n
Top stats
\n\n- \n
- Top artist:
{tuple(data['artists'].keys())[0]}
with{tuple(data['artists'].values())[0][0]}
songs played and \\\n{tuple(data['artists'].values())[0][1]}
repeats \n - Top song:
{tuple(data['played'].keys())[0]}
by{get_artist_from_song(tuple(data['played'].keys())[0])}
\\\n with{tuple(data['played'].values())[0]}
plays \n
Songs\n\n \n Expand for the list of songs
\n {songs}
\n \n\n Artists
\n\n \n Expand for the list of artists
\n {artists}
\n \n\n Raw JSON data
\n\n \n Expand for the raw data
\n {ujson.dumps(data, indent=4)}
\n \n
Expand for the list of songs
\n- {songs}
Expand for the list of artists
\n- {artists}
Expand for the raw data
\n{ujson.dumps(data, indent=4)}
\n