S
S
sivabur2015-10-13 21:40:04
JavaScript
sivabur, 2015-10-13 21:40:04

What is it easy to write browser bots on (authors, browser bots, etc., etc.)?

Selenium WebDriver as I understand it is a program that is suitable for testing but not in this area. Since it is simply connected to the browser through a special driver. And you need something already a component.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
N
Night, 2015-10-13
@maxtm

 Write on what is convenient. The easiest way is to emulate http/websockets requests in any language.

O
Optimus, 2015-10-13
Pyan @marrk2

Selenium is suitable, just to manage C# under Windows, you can take PhantomJS if you understand it;)

C
Curly Brace, 2015-10-13
@stasuss

imacros extension for firefox. the scripting language itself is simple there, but it is possible to control it using js. you write a js script that generates macros for imacros and executes them and then processes the results and generates macros again)))
and the rucaptcha service has a functionality tailored for imacros in addition.

U
utyfua, 2015-10-13
@utyfua

userscript(opera 11.* & android Opera Classic) server
extensions
: php(cUrl) and what you will find..

I
index0h, 2015-10-13
@index0h

PhantomJS

M
Maxim Vlasov, 2015-10-13
@tr0yka

Node Webkit. The ideal thing for such tasks. Plus, you can use jQuery selectors or any framework.

D
Dasha Tsiklauri, 2015-10-13
@dasha_programmist

I have the following bundle: (console app + phantomJS) + self-host asp.net webapi (service for receiving and saving data). It is convenient to parse data on a phantom, it is also convenient to manage phantom processes from .net, then more or less structured data is sent to asp.net webapi in json format and transformations, cache and storage in the database are performed on them. The phantom should be considered as a short-lived process.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question