Stop iMacros from unfollowing while following

dathugyankee

Newbie
Joined
Mar 2, 2014
Messages
23
Reaction score
1
I've been running a script that follows users based on hashtags. Once in a while it runs into a profile I already follow and unfollows it. Same goes for photos I like. Is there any way to stop this from happening? (I tried google but couldn't find anything)
 
Yeah. Post your script and I'll ammend it for you.
 
This is the one for likes

SET !ERRORIGNORE YES
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=3
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=5
TAG POS=3 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=3
TAG POS=4 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=10
TAG POS=5 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=15
TAG POS=6 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=15
TAG POS=7 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=15
TAG POS=8 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=15
TAG POS=9 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=15
TAG POS=10 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=15
TAG POS=1 TYPE=A ATTR=TXT:Earlier
 
Anyone else willing to help? I'm surprised this is so difficult to find being alot of people use scripts. There has to be a way to detect if I follow or Liked a photo and then skip
 
AFAIK, iMacros is pretty bad at IF statements. Of course some scripting might do the trick.
 
Back
Top