gpt4 book ai didi

python - pyechonest(Echo Nest python 库)如何在本地收集当前艺术家的数据?

转载 作者:行者123 更新时间:2023-12-01 05:05:49 25 4
gpt4 key购买 nike

我安装了 pyechonest 模块来进行一些有趣的音乐分析,我想知道 pyechonest 如何返回艺术家的当前数据?每次我在计算机上运行 python 脚本时,它是否都会访问在线托管的数据库?

最佳答案

这可以通过函数pyechonest.artist.search来完成

我将为您提供文档中的示例代码。

from pyechonest import artist

results = artist.search(description=['synthpop'], buckets=['id:7digital', 'id:musicbrainz'], results=5)

for something in results: //the rest of your code

更多详情可查看here

关于python - pyechonest(Echo Nest python 库)如何在本地收集当前艺术家的数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25072588/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com