Jacks Instagram Follower Imacro Script

this is working perfectly on my mac.... Thank you at Jack. Well, i just try my best to unfollow some manually for now
 
For un-following people who don't follow me I just use a free phone app on my iphone and it works like a charm so I don't have to worry about it.
What is the name of the iPhone app?
please and thanks!
 
Mr. Jack.... you are the man, been using this for a little bit and its awesome. I noticed the statigm site had an update recently and now when you like over 1k pics it says page error click to refresh and it makes you click a small button on the bottom of the page. is there a way to make an auto script to hit that button if it comes up?
 
can someone make a how to for imacros. lol, I am really new to this and i want to learn how to run a script and how to generally use it ive seen a few videos but nothing on how to actually run a script that has been created. So if anyone can help much appreciated thank you
 
Odd. When I run the script in imacros, it opens the user's page but it doesn't follow them

edit: nevermind! Fixed my own problem
 
Last edited:
I've been using this script for a few weeks now, but now after it follows or unfollows more than 2-3 people, Statigram logs me out. Anyone else experiencing this error?
 
Ok im going to include a simple unfollow script to help those to automate unfollowing users. I will create a better one when i have done more testing, as there is also an unfollow limitation put in place by Instagram.

This script will unfollow about 180 users per hour which seems to work pretty well. This script unfollows users your are following and i think a better process in future would be to unfollow users that have successfully followed you (this will be done with my next script). This will give the users you are following more time to follow you back before unfollowing them.

Method:

I would run the follow script on one day and get as many followers as possible, then wait 24 or 48 hours and run the following process.

Log into statigram with your Instagram details.

Navigate to your 'My followings tab' then run the following script. Set the max loop to 250 to be safe. (assuming you have followed more than this).

Hi Jack. Thank you very much for the follow script, it works well. I'm having trouble using this unfollow script. I'm receiving this message: RuntimeError: element IMG specified by SRC:/images/unfollow.png&&TXT: was not found, line: 3 (Error code: -921)

Any ideas? Please excuse if this has been addressed and I missed the thread. #newbie ;)
 
Hi Jack, I just learned a bit about scripts, and I want to copy and paste this in the same script 200 times and add links etc not to open it every 200 people, could you help me out please, I am confused with the href and extract codes there..
 
This is great, but what is the best way to unfollow those who don't follow you? I'm sick of using Unfollowgram and similar rubbish. Help would be appreciated :)
 
Thanks for the script, I'm finding so many useful tools for building a social presence fast here.
 
try this...used jacks code from above just changed the class it searches for and the wait time in between follows so you could run this 24/7 if you really wanted. use the same site from jacks walk through and just goto someones page and click the followers on the top right side of the page then run the script. i did 3 loops of 25 but you could do as many as you want just scroll down the page so more people load and your golden.

*EDIT You have to scroll through first or else you will get a message saying the accounts are private...Just noticed this hiccup.

Code:
VERSION BUILD=7401110 RECORDER=FX
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:lienPhotoGrid&&HREF:#/user/*/ EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
TAG POS=1 TYPE=A ATTR=CLASS:followAction<SP>user-relation-action&&HREF:#&&TXT:Follow
TAB CLOSE
WAIT SECONDS=20



It works! Good job!
 
Back
Top