karmahacker
Newbie
- Mar 1, 2013
- 12
- 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
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
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
Random time and random pic make it more real IMHO
Last edited: