gpt4 book ai didi

python-3.x - python 请求在 google colab 中不响应此代码

转载 作者:行者123 更新时间:2023-12-04 04:10:20 25 4
gpt4 key购买 nike

import requests  
import pandas as pd


url = "https://www.nseindia.com/api/equity-stockIndices?index=NIFTY%2050"
headers = { "User-Agent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36",
"Accept-Language" : "en-US;q=0.5",
"Accept-Encoding" : "gzip, deflate"}

js = requests.get(url, headers=headers).json()
r = js['data']
print(r)

此代码在 pycharm 中工作正常但在 colab 中不工作......请帮助如何摆脱这个

我只需要在 Colab 中获取这个 json 数据

最佳答案

我认为这是不可能的。由于 Colab 使用托管运行时,此请求将被 NSE 拒绝以避免 Dos(拒绝服务)攻击。

关于python-3.x - python 请求在 google colab 中不响应此代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61847364/

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