I want to read the information that is updated on the web page at a specific time and put it in Excel.

Asked 2 years ago, Updated 2 years ago, 77 views

crawling

2022-09-22 21:13

3 Answers

I think you should make web crawler by analyzing html for a specific web page http://www.investing.com/economic-calendar/.

You can create a program that corresponds to the above two. The address below is the process of creating a web crawler through a language called Python. I think it would be good to refer to. Basically, it won't be easy because you need to understand the programming language.

As far as I know, web crawling itself is not illegal, but it is illegal to use crawled content without permission. I don't think it'll be a problem for personal convenience.

http://uslifelog.tistory.com/45


2022-09-22 21:13

If you use Excel, you can read the data using Visual Basic.

Please refer to the relevant article below. http://bizanalytics.tistory.com/m/post/37


2022-09-22 21:13

For web crawling, If you use node.js, it can be easily implemented using the chemistrypm module.

Related Links: https://cheeriojs.github.io/cheerio/

If you search for keywords on Google, you'll find a lot of data ~ ~


2022-09-22 21:13

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.