为您无权访问的网站创建移动网站
我想为我的高中检查我们成绩的网站创建一个移动网站。实际上,我想远程登录到门户,然后进入学生成绩所在的子页面并抓取它们。据我所知,该门户没有 API。我不太确定这对于 PHP/JS 是否可行,如果可以,我不太确定如何开始。
任何有这方面知识的人都可以为我指出正确的方向吗?提前致谢。
I'd like to create a mobile site for a website where my highschool checks our grades. Effectively, I want to remotely login to the portal, and then go into the sub page where the students grades are and scrape them. This portal does not have an API that I'm aware of. I'm not really sure if this is possible with PHP/JS, and if it is, I'm not really sure how to start.
Anyone that has knowledge for this, can you point me in the right direction. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有 api,那么你只能解析原始 html 并尝试以这种方式重新设计信息。
If there's no api, then you can only parse the raw html and try to get an re-design the information that way.