HELP with instagram imacro script!!!

arik7429071

Newbie
Joined
Oct 3, 2012
Messages
15
Reaction score
3
im really new in imacros and i tried to write a new script for followgram. the script supposes to follow everyone in the followers page of a certain person. the script kinda works, but for some reason it skips some people (about a half of them). im also having trouble with clicking 'next' and following the rest of the people.
here is the script:
***********
VERSION BUILD=8021970
TAB T=1
TAB CLOSEALLOTHERS
"goto followers list" (cant write the specific address)
WAIT SECONDs=5

TAG POS=1 TYPE=A ATTR=TXT:Follow&&CLASS:btn<SP>btn-success<SP>btn-action-follow
WAIT SECONDs=5

TAG POS=2 TYPE=A ATTR=TXT:Follow&&CLASS:btn<SP>btn-success<SP>btn-action-follow
WAIT SECONDs=5
.............. (etc')


TAG POS=49 TYPE=A ATTR=TXT:Follow&&CLASS:btn<SP>btn-success<SP>btn-action-follow
WAIT SECONDs=5

TAG POS=50 TYPE=A ATTR=TXT:Follow&&CLASS:btn<SP>btn-success<SP>btn-action-follow
WAIT SECONDs=5

TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:followgramNextButton&&CLASS:btn<SP>btn-followgram&&TYPE:button&&VALUE:next
************
maybe I need to use a loop, im not sure.
please help!!!! thanks a lot for the helpers!!!
Arik
 
Back
Top