gGoogle新闻开源检索库-gnews ————直接放在下面 先装后使用
2026/5/24 1:18:32 网站建设 项目流程

1.terminal安装命令行pip install gnews -i https://pypi.tuna.tsinghua.edu.cn/simple

2.开启新的py粘贴上即可运行

from gnews import GNews google_news = GNews(language='en', country='US', period='7d', max_results=20) # 搜索新闻 news_list = google_news.get_news('Israel Palestine military conflict') for news in news_list: print(news['title']) print(news['published date']) print(news['url']) print(news['publisher']['title']) print('-' * 80)

.

2

需要专业的网站建设服务?

联系我们获取免费的网站建设咨询和方案报价,让我们帮助您实现业务目标

立即咨询