D
D
Dmitry Shalmiev2016-04-11 22:43:49
Perl
Dmitry Shalmiev, 2016-04-11 22:43:49

What toolkit to use for constant data collection and monitoring from a large number of sites?

It is necessary to set up a service that collects actual data from third-party sites within itself. All data is closed from public access and is in a personal account. Authorization is required to obtain this data. Since there are many sites, the collection needs to be automated somehow, despite the fact that the relevance of the data is very important.
Here also there is a stupor at thought of implementation of the task. How and with what sword can this issue be overcome? =)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2016-04-12
@xmoonlight

usually curl scripts or casper.js

T
targumon, 2016-04-12
@targumon

For example, perl with these modules:
WWW::Mechanize to surf the site
Mojo::DOM to parse html
AnyEvent if asynchrony is needed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question