D
D
denidip2015-04-12 15:52:55
Python
denidip, 2015-04-12 15:52:55

Creating a bot, or where to start digging?

Share your experience in which direction to look, and what are the principles of interaction in general for the implementation of the bot, the meaning is simple, there is a client who clicks some buttons on his computer on a certain site, you need an application running on another computer to repeat the actions of the client ...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
smanioso, 2015-04-12
@smanioso

www.browsersync.io - see how it is implemented here.

I
index0h, 2015-04-13
@index0h

Look towards PhantomJS / CasperJS

C
chemiron, 2015-04-13
@chemiron

You can try Selenium with python binding. Record user actions using the IDE, then use the server to play them on a remote browser (Plus selenium is that you can use different browsers).
Or else, as an option, use PyQt and the built-in QWebKit. In this case, you can independently record user actions and play them back. But in this case, you are bound to a webkit, i.e. all actions will have to be performed and displayed in your application.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question