Skip to content

Instantly share code, notes, and snippets.

@vlad-ds
Last active February 1, 2020 17:53
Show Gist options
  • Save vlad-ds/8764d8fa083c632ac449a834237c3483 to your computer and use it in GitHub Desktop.
Save vlad-ds/8764d8fa083c632ac449a834237c3483 to your computer and use it in GitHub Desktop.
lucy_features = get_features(lucy_id, token)
print(lucy_features)
>> {'danceability': 0.311,
'energy': 0.325,
'key': 2,
'loudness': -9.042,
'mode': 1,
'speechiness': 0.0283
...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment