0

Recently time, i must write bots for some sites (registration, posting and parsing). I do this with grablib, but now, i must write bot for site on JS. I see many variants such as Selenium and forks*?* of it.

But I need multithreading, and, as I understood, Selenium opens a browser and I do not need. I have to work in the 80-120 flows on Linux server.

Which tool I choose and what to read? Thank you.

2 Answers 2

1

There is a Browser called PhantomJS which may serve your needs.

Sign up to request clarification or add additional context in comments.

Comments

0

Selenium /can/ use a browser, but can also use HTMLUnit as a backend. This question has some good info: How do I use the HTMLUnit driver with Selenium from Python?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.