M
M
m0ody2014-10-09 00:10:40
linux
m0ody, 2014-10-09 00:10:40

Multi-threaded checker of the content of a huge number of sites. Is there such a thing for Linux?

It is required to go through a huge list of sites and see if the line I need is found on the page. Is there such a thing for Linux? Or do you have to write it yourself?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
J
jcmvbkbc, 2014-10-09
@jcmvbkbc

Script using wget and grep?

S
Sergey, 2014-10-09
@begemot_sun

You need to use a multi-threaded parser. Basically any language is suitable for this, but if you need simplicity and multithreading out of the box (tens of thousands of downloads in parallel), then Erlang will be indispensable.
I don't know of any resources. Maybe they can suggest more.

P
Puma Thailand, 2014-10-09
@opium

script for 10 lines
yes you have to write it yourself

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question