Looking for automation tool

voutmore

Registered Member
Joined
Apr 2, 2019
Messages
56
Reaction score
15
Hey,

I'm looking for an automation tool for Instagram, which can do the following:

Follow-Unfollow-Follow-Unfollow the same account over specified perionds of time.
With some fine tuning like the total amount of actions, pauses and the usual.

Jarvee can't do that. It was my first pick and I've asked them directly.

Are there any that can do that?
 
Hi !

I use zennoposter for all my automation needs.
You can do whatever you want with this tool, but it won't replace stable development.
 
Jarvee can do that.

You just need to remove the people followed then unfollowed in the "Ignore list" (so you can follow them again)

You can find this list in SOCIAL PROFILS > The instagram username > IGNORE


1603917941549.png
 
Jarvee can do that.

You just need to remove the people followed then unfollowed in the "Ignore list" (so you can follow them again)

You can find this list in SOCIAL PROFILS > The instagram username > IGNORE


View attachment 150257

That's the exactly the reason why Jarvee can't do that. I need a loop, without manually removing accounts from the ignore list.
 
Ok, now I understand better what you need.

I think the best solution for you is to build your own script (I don't know any automation tools that do what you need without any manual actions).

The only problem is that all available library (InstagramApiSharp, InstaPy...) are using the Instagram Graph API which cause a lot of blocks. Nowadays the best is to use the browser, so I suggest you to use selenium or cefsharp. You can fork this project : https://github.com/mustafadalga/Instagram-Bot (I used it in the past).

If you are an experianced dev, you can even use Appium to automate a real Android emulator / Android Phone (works like a charm).
 
Ok, now I understand better what you need.

I think the best solution for you is to build your own script (I don't know any automation tools that do what you need without any manual actions).

The only problem is that all available library (InstagramApiSharp, InstaPy...) are using the Instagram Graph API which cause a lot of blocks. Nowadays the best is to use the browser, so I suggest you to use selenium or cefsharp. You can fork this project : https://github.com/mustafadalga/Instagram-Bot (I used it in the past).

If you are an experianced dev, you can even use Appium to automate a real Android emulator / Android Phone (works like a charm).

Thanks, but I'm not into coding at all... I've seen some accounts doing that, but they don't tell :).
 
Back
Top