Jacks Instagram Follower Imacro Script

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
 
Last edited:
Very helpful - these scripts are working great!

I do seem to hit a wall with the unfollow script, however - it seems after about 50 or so it hangs, and I need to wait 15 minutes or so to start unfollowing again. Is this the "limit" you mentioned that Instagram imposes?
 
It works on mac, thats what os im using and you can follow and unfollow 200 per hour so the delay would be 18 seconds to give you max following and for liking photos you can do 250 per hour so 14 seconds on the delay.
 
I am having trouble - How do turn this script
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:unLike&&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=10

into an .iim file? or am I missing something? How do i load it into iMacros for Firefox? Looks like i can only load files not text. Do i paste this into a txt file and select that file?

Please advise...sorry I am an iMacro noob :P
 
I was waiting for the day someone would release this little piece of heaven on here...dont know if that is a good or bad thing though...mixed emotions.

Thanks Trevorleit I learned a lot of things in this forum, this is my small contribution.

:)
 
hey ppl

i have a question about imacros with webstagram

i got a script for firefox/statigram to follow user on instagram

code for statigram:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:unLike&&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=1

it works fine, but i need also a code for webstagram to follow user (users who like a popular pic)

have someone a script for me ?

thats an example for webstagram but it wont work.

VERSION BUILD=7500718 RECORDER=FX
TAG POS=3 TYPE=SPAN ATTR=TXT:3536
TAG POS=1 TYPE=A ATTR=TXT:user
TAG POS=2 TYPE=SPAN ATTR=TXT:Follow
BACK


peace
 
hey ppl

i have a question about imacros with webstagram

i got a script for firefox/statigram to follow user on instagram

code for statigram:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:unLike&&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=1

it works fine, but i need also a code for webstagram to follow user (users who like a popular pic)

have someone a script for me ?

thats an example for webstagram but it wont work.

VERSION BUILD=7500718 RECORDER=FX
TAG POS=3 TYPE=SPAN ATTR=TXT:3536
TAG POS=1 TYPE=A ATTR=TXT:user
TAG POS=2 TYPE=SPAN ATTR=TXT:Follow
BACK


peace
 
If anyone needs help getting this working, or an alternate solution to dominating Instagram I would recommend either PM'ing me or checking out 'Silkie Bot'.
 
Back
Top