B
B
BonBon Slick2017-09-22 01:25:18
JavaScript
BonBon Slick, 2017-09-22 01:25:18

How to make a bot for registration on the site?

Bot for registration on the site?
There, it seems, you need to put an extension for chrome or Mozilla. Perhaps it would be better in mozilla, something along the lines of tampermonkey .
1 - The script enters the site
2 - click the registration button (most likely it finds it by class="" and then the .click() event)
3 - enters data (something like $('user_name').val('automated_name') )
4 - goes to another tab
5 - opens a message (again finds it by class and does a click event)
6 - follows the link to confirm (same as the previous one)
Voila, we have a bot.
I'm sure there are those who toiled like this, maybe there are sketches on Git, some scripts :)
How to organize everything, tell me please?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2017-09-22
@BonBonSlick

selenium, phantom.js, casper.js, nightmare.js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question