What is the best way to follow and like

hesam67b

Registered Member
Joined
Jul 11, 2015
Messages
54
Reaction score
6
Hi.
I have 300 Instagram accounts and some username that i want follow them.
I use my own 3g mobile proxy.
I log in Instagram website and use Instagram private api (Java) for follow & like.
I follow 20 people and like 10 post daily but my accounts get follow blocked by Instagram.
How many seconds should the distance between each follower or like?
Which way is the best for follow custom peoples or like custom posts?
 
Last edited:
Answer - I do all actions manually for follow/unfollow and mother slave. but according to my knowledge and experience.

What Instagram detects is the pattern of actions , when you code and automate , we follow some pattern of action repeated and it raised flag for Instagram to send a block.
so the important thing is randomness ,
lets take a example we are doing some action on a account manually we will not follow same pattern of action every time , we will do some unique actions every time so the changes of getting block reduces to great extent.
so what you can do is create a lets say 100 pattern of doing actions and use each action randomly ,
for example

2 follow
1 like
3 follow
feed scroll
2 likes
7 story watch
1 like
4 follow
 
Answer - I do all actions manually for follow/unfollow and mother slave. but according to my knowledge and experience.

What Instagram detects is the pattern of actions , when you code and automate , we follow some pattern of action repeated and it raised flag for Instagram to send a block.
so the important thing is randomness ,
lets take a example we are doing some action on a account manually we will not follow same pattern of action every time , we will do some unique actions every time so the changes of getting block reduces to great extent.
so what you can do is create a lets say 100 pattern of doing actions and use each action randomly ,
for example

2 follow
1 like
3 follow
feed scroll
2 likes
7 story watch
1 like
4 follow
Thanks for your help.
How can feed scroll? I use Instagram private api. Get next list of feed can be scroll?
 
Back
Top