Answer the question
In order to leave comments, you need to log in
What is the best way to make a proxy checker?
Hello everyone, I was puzzled to write a proxy checker.
I watched various articles, tried to do it in php - the horror of multithreading is of course a dead topic with a cool,
I tried to do it in PERL with the libraries LWP::UserAgent, LWP::Protocol::socks multithreading is cool, it works with a bang, but very often it gives a response of 200 and the regex works on false google captcha and yandex captcha and as a result, the proxy generally redirects or gives 403
I want the advice of a specialist on libraries and what is the best way to arrange it all.
What I want to end up with:
Answer the question
In order to leave comments, you need to log in
Look towards Golang. You can find ready-made examples on github https://github.com/ilijamt/proxy-checker
If you know Perl, then I advise you to look towards AnyEvent::HTTP or Mojo::UserAgent An example of using AnyEvent
::HTTP can be found in my article Functional programming in Perl in examples , kqueue, iocp)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question