[Automation] Instagram multiple accounts

holzz111

Newbie
Joined
Sep 24, 2018
Messages
29
Reaction score
1
Hello guys,

I have recently worked with instagram automation (bot emulating interactions 24/7), developed over PHP and parameterized via database, however I eventually have problems connecting more than one account in the same IP, or reusing it in a new account...

For some reason in the second use of the IP, the IG does not allow to win the challenge, even receiving and informing the code received by email/SMS...

I have a lot of proxy in my region, about 300 different... Only the first use of each one is totally efficient

I do not do exaggerated actions spam, and try to minimize the number of requests at the endpoints

Anyone experienced in this case?

ty
 
Are you sure there is no bug in your code? That sounds like the issue to be honest
 
Are you sure there is no bug in your code? That sounds like the issue to be honest

I was sure not when I connected to my proxy via browser, and I tried to win the challenge ... as soon as I entered the code, it authenticated and returned automatically to the login screen. That is, an automatic logout. Apparently signaled by the IG
 
How many accounts do you have on the same ip?

I can only succeed in login once per IP (sometimes two)... If I try a new account, I'm in the challenge loop. But after I successfully login, I can store up to 3 accounts per IP.

My biggest problem is login
 
PHP is not best option for this task.

I just mapped the endpoints with reverse engineering, and made them objects in PHP, as well as several examples in github ... I've had a lot of advantages like this, but some issues are killing me.

what is your suggestion?
 
Back
Top