抓取 OneNote Web App 页面

发布于 2024-09-05 18:55:18 字数 127 浏览 2 评论 0原文

我真的很喜欢 OneNote 的很多功能,但是,要真正充分利用它,我至少需要能够从 OneNote Web 应用程序页面中抓取数据。他们非常巧妙地使用 JavaScript 来模拟桌面 UI。我希望能够在这些页面上读取/写入数据。有想法吗?

I'm really liking many things about OneNote however, to really use it to the full, I need to be able to at least Scrape data from OneNote web app pages. They make pretty ingenious use of javascript to emulate the Desktop UI. I would love to be able to read/write data on these pages. Ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

樱桃奶球 2024-09-12 18:55:19

查看 REST API: https://dev.onenote.com/docs 它确实支持阅读和您可以获得大部分页面内容,这些内容与网络内容相同(或接近)。更不用说使用结构化模式更容易解析。

Look at the REST API: https://dev.onenote.com/docs It does support reading and you can get a large portion of page content, which is at parity (or close to it) with what is on the web content. Not to mention it is easier to parser with a structured schema.

二手情话 2024-09-12 18:55:18

你能用 Selenium 做点什么吗?

或者等到 RESTful API 允许读取?有什么事情是你需要做的,只能通过抓取来实现吗?

Could you do something with Selenium?

Or wait until the RESTful API allows reading? Is there something you need to do that can only be achieved by scraping?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文