gpt4 book ai didi

python - mashape python unirest库

转载 作者:太空宇宙 更新时间:2023-11-04 05:57:06 25 4
gpt4 key购买 nike

我正在尝试使用 unirest 库运行 API 到 dmoz。这是我的代码:

============================================= ==========================

import unirest

response = unirest.get("https://enclout-dmoz.p.mashape.com/show.json?auth_token=something&url=www.nike.com",
headers={
"X-Mashape-Key": "another_code"
}
)
html= response.body()
print html

但我收到一条错误消息:Typeerror the object 'dict' is not callable。

最佳答案

访问不带括号的字典

 html = response.body
print html

关于python - mashape python unirest库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27165415/

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