INSTAGRAM/WEBSTAGRAM imacros

rockstarrr

Regular Member
Joined
Jul 25, 2012
Messages
271
Reaction score
21
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:cool:
 
Back
Top