Instagram login page

Annone

BANNED
Joined
Apr 23, 2018
Messages
22
Reaction score
1
Hello!
Now we are doing the authorization bot on instagram, many different challenges are flying out that do not allow us to log in normally and work with the account. Maybe someone was experienced in solving a similar problem
 
What kind of challenges?

Here is an example of a few:

After the first login attempt with the correct password and login

2019-08-28 09: 09: 47: Authorization confirmation code requested: login
 
Here is an example of a few:

After the first login attempt with the correct password and login

2019-08-28 09: 09: 47: Authorization confirmation code requested: login
Have you contacted the bot developer?
 
Yes, we are always in touch with the developer. Here is a description of the problem: as soon as we begin to perform stories and subscribe to real users, this kind of challenge immediately flies out. Moreover, if the account is used in the usual way, no problems arise.
 
Yes, we are always in touch with the developer. Here is a description of the problem: as soon as we begin to perform stories and subscribe to real users, this kind of challenge immediately flies out. Moreover, if the account is used in the usual way, no problems arise.
You have to tell the bot developer to be able to write code that can handle these exceptions. For instance on a bot I've been working on for a minute, I noticed that the Instagram "This account has been compromised" screen sometimes pops up on login. So I created a function that checks for this page on login and if this page is loaded, it automatically puts in a new password that the client specifies beforehand and continues running the rest of the code. If this page is not loaded, then the code continues running as is. Then all you have to do is call the function after login. That's essentially all it is, just take care of the exception if it presents itself, if not continue running as is.
 
Back
Top