English 中文(简体)
从网站提取财务数据的工具? [已关闭]
原标题:Tool to pull financial data from a website? [closed]

我们不允许为软件库、辅导、工具、书籍或其他场外资源寻求建议的问题。 您可以编辑问题, 以便用事实和引用来解答问题。

Closed 9 years ago.

我需要创建一个可以登录到网站的工具,读读 HTML,也许浏览到另一个页面,并最终将数据从页面上拉下来(并导出到一个文件,或者保留它“内存”以便进行更多的处理等 ) 。 我会在 Mac OS 上这样做 。 对于这些天如何最好地做到这一点, 是否有任何建议? 过去我曾经使用网络库在.NET 或 Java 中这样做过。 我需要能够登录到使用 HTPS 的网站 。

最佳回答

查看 < a href=> http:// unit. sourceforge.net/" rel=“ nofollow” >HTTPUnit 。 这是使用 Java 代码模拟网络浏览器的简单解决方案。 如果您已经熟悉 Java, 并且确实使用 < a href=> http:// unit. sourceforge. net/doc/slfaq.html" rel= “ nofolpol” 支持 HTTPS , 您就会很快起来运行。

问题回答

我用.NET/Mono和Html Agility pack 做了一些相当重的OSX 屏幕剪切作业,两者都工作良好海事组织。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签