新闻联播新闻稿数据提示没有这个接口
Sharkfin-top opened this issue · 1 comments
Sharkfin-top commented
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
我也遇到了这个问题,请问您是怎么解决的?