my IMACROS for Instagram

Status
Not open for further replies.

karmahacker

Newbie
Joined
Mar 1, 2013
Messages
12
Reaction score
7
Here we go !
Im a new here, and would like to share to you guys what i have done with iMacros for instagram
Go to stattigr . am then chose any popular pic with at least 200 likes then click "View all" then start macros to 200 loop

or even you CAN SWITCH TO LIST THEN "View all" on 4 or many pics and start to loop (800 for 4 pics) each pic show 200 people who like

enjoy

:)
Code:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + 1); randomNumber;")
SET !VAR2 EVAL("var randomNumber=Math.floor(Math.random()*3 + 1); randomNumber;")
SET !VAR3 EVAL("var randomNumber=Math.floor(Math.random()*4 + 6); randomNumber;")
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={{!VAR1}} TYPE=A ATTR=CLASS:like_picto_unselected<SP>likeAction<SP>ss-heart
WAIT SECONDS={{!VAR2}}
TAG POS={{!VAR2}} TYPE=A ATTR=CLASS:like_picto_unselected<SP>likeAction<SP>ss-heart
WAIT SECONDS={{!VAR3}}
TAG POS=1 TYPE=A ATTR=CLASS:followAction<SP>user-relation-action&&HREF:#&&TXT:Follow
WAIT SECONDS={{!VAR2}}
TAG POS={{!VAR3}} TYPE=A ATTR=CLASS:like_picto_unselected<SP>likeAction<SP>ss-heart
WAIT SECONDS={{!VAR3}}
TAG POS={{!VAR2}} TYPE=A ATTR=CLASS:like_picto_unselected<SP>likeAction<SP>ss-heart
WAIT SECONDS={{!VAR2}}
TAG POS={{!VAR1}} TYPE=A ATTR=CLASS:like_picto_unselected<SP>likeAction<SP>ss-heart
WAIT SECONDS=1
TAB CLOSE
This one will "Like" 5 Random pic from each person with random time and then "follow"

Random time and random pic make it more real IMHO
 
Last edited:
you welcome ! ;) i new here would like to share some more

would like to see Comments and suggestions also
 
Glad that your first post is a good share rather than newbies who joins here for leeching and bitching. Good luck, mate.
 
Hey I got it somewhat to work but it will only like the first users pics. It will go through the motions of closing the tab and going to the next user but the page wont load past the first user. Im using chrome if that helps
 
Yo, it's my first time using iMacro and just wondering where do i add your code? thanks
 
I'm sorry I don't quiet understand what this script is supposed to do. Would you mind explaining a little bit further what it's supposed to do?
 
yeah... good script, just not quite sure the actual purpose of it, other than like and follow random popular profiles...
 
Status
Not open for further replies.
Back
Top