justinzm / gopup

数据接口:百度、谷歌、头条、微博指数,宏观数据,利率数据,货币汇率,千里马、独角兽公司,新闻联播文字稿,影视票房数据,高校名单,疫情数据…
http://www.gopup.cn
2.55k stars 389 forks source link

新闻联播新闻稿数据提示没有这个接口 #20688

Open AirFin opened 2 years ago

AirFin commented 2 years ago
import gopup as gp
g = gp.pro_api(token = "")
df_index = gp.cctv_news(date="2020-10-02")
print(df_index)

在填写token之后,返回

AttributeError: module 'gopup' has no attribute 'cctv_news'
JunZhangNPO commented 1 year ago

我也遇到了这个问题,请问您是怎么解决的?