S
S
serg_novikov_20152015-12-29 20:52:23
Python
serg_novikov_2015, 2015-12-29 20:52:23

How to write a bot for multiregistration?

There is a hosting site 1gb.ru. Registration of vds takes place in 3 stages. At the first stage, you need to specify the phone number and enter the captcha. To do this, I will use the api of a third-party service and anti-gate. Everything else is a banal filling of information about yourself. In order not to bother with this all the time, you need a bot. Needed in python/c/c#. Any of these languages ​​or their compilation.
Actually, what to read, because Google is stingy or I google very badly. Yes, general advice is helpful.
About my knowledge: a little bit everywhere, little experience. In C - got to operations on doubly linked lists, some of the simplest functions for working with files. c# - down to the very basics of properties, collections, working with forms, linq, delegates, even reflection. python - almost the same as c# (except for linq, forms, and other Sharp specifics). But there is a great desire to develop in python.
Oh yes, I know the assembler, but also a little. A Little Beyond Function Calling Conventions

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Aksentiev, 2015-12-29
@Sanasol

Why python/c/seasharp?
When it comes to automating user actions, you need to "become a user".
Those. you need a real browser and all that.
In general phantomjs and its wrappers like nightmarejs or casperjs

M
Maxim, 2015-12-29
@might

To automate actions in the browser, I recommend the zennoposter program

N
Nubzilo, 2015-12-31
@Nubzilo

For python, look for a library for working with http.
In sharpe you can use the xNet library , it is very easy to learn. There are examples.
All the work will come down to:
Get the page - send the data, catch the redirect - send the data...etc.
Work in the browser can be automated using Selenium. Available for both python and sharpe.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question