适用于 Python 的 Google 快讯 Web API?
Google Web API 具有 Python 库。 Google 快讯有电子邮件和 RSS Feed。
有谁知道通过 Python 中的 Web API 自动添加 Google 快讯的方法吗?也就是说,无需点击。
注意:相关问题并未回答 Web API 问题。
Google web APIs have a Python library. Google Alerts has an email and an RSS feed.
Does anyone know of an automated way to add Google Alerts through a web API in Python? That is, without clicking.
Note: the related question doesn't answer the web API question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
galerts
已过时。还有一个可行的替代方案:
google-alerts: https://pypi.org/project/google-警报/
galerts
is obsoleted.There is still a working alternative:
google-alerts: https://pypi.org/project/google-alerts/
有 galerts http://pypi.python.org/pypi/galerts。
它能够直接从 python 添加和管理警报和订阅。
There is galerts http://pypi.python.org/pypi/galerts.
It has the ability to add and manage alerts and subscriptions directly from python.