Instagram bots stopped working

BlackDesign

Power Member
Joined
Sep 8, 2014
Messages
581
Reaction score
266
Hey guys , Lately all my bots started working really bad.
Follow blocks happen so often, even for likes.
I have 10 bots , one of them was running for few months and got 8k followers.

All my bots run on automation chrome script I've made via python.
I was thinking to rewrite the same code in Node js so instagram can't detect its an automation.
Should I do it or it has nothing to do with the blocks?

Is the instagram growth Era is over? :/

Hope to get some advice
 
Whats the difference on re-write in node js? i dont get your point.
 
It's not a language problem. Are you need review your flux/routine. Check other topics with some suggestions. Everything's a test in nowadays.
 
Whats the difference on re-write in node js? i dont get your point.
Sites can detect the usage of selenium by some js that is being add to the browser, In node js I might use puppeteer which can mock all the required fields and that way the website won't even know that its automation (I didn't know about it while writing my python bot)
It's not a language problem. Are you need review your flux/routine. Check other topics with some suggestions. Everything's a test in nowadays.
Like times between actions and delays? Order of actions etc?
 
I think it is good idea.
Instagram can know whether headless or not and whether selenium or not.
Puppeteer is chrome api which can control chrome browser.(not same selenium)

I interest your project.
 
I think it is good idea.
Instagram can know whether headless or not and whether selenium or not.
Puppeteer is chrome api which can control chrome browser.(not same selenium)

I interest your project.
Thanks for the support! Do you think onstagram also tracks the action routine the bot is doing?
Like the order or the delay times?
 
Yes. i think instagram tracking follow, unfollow, like, view etc...
But it is one of several reasons.

Sometimes. I get blocked just 4 like actions.
Sometimes. I get blocked on headless mode.
Sometimes. I'm not blocked.
 
Back
Top