有没有一种方法可以使用spotipy在Spotify上获得歌曲的可舞性和价位?
我在spotipy文档上看不到任何东西,但我想知道是否有其他方法可以获得这些值。
发布于 2021-01-21 23:11:26
是的,它叫做audio_features()。
我建议您使用Web API参考来查找适合您需要的方法,并尝试使用https://developer.spotify.com/documentation/web-api/reference/#endpoint-get-audio-features
然后在spotipy文档https://spotipy.readthedocs.io/en/2.16.1/#spotipy.client.Spotify.audio_features上找到对应的方法
https://stackoverflow.com/questions/64796368
复制相似问题