fixing imacro script for websta

Thanks honeybird, is it just me or does the script refresh back to the top and like over what has already been liked? The old one used to move onto the next page.
 
Can somebody fix the code from honeybird, so we can use it as a loop on websta?? At the moment it just works one time, and than it stops.

GOTO=http://websta.me/tag/yourtag/
SET !ERRORIGNORE YES
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=10
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=12
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=10
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=15
 
Can somebody fix the code from honeybird, so we can use it as a loop on websta?? At the moment it just works one time, and than it stops.

GOTO=http://websta.me/tag/yourtag/
SET !ERRORIGNORE YES
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=10
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=12
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=10
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=15

I think it's meant to do that so it likes from the newest post after reloading the hashtag?

So basically it doesn't work if the hangtag isn't popular.

The old one used to load the next page and continue liking posts in chronological order.

Would be awesome to have that back though but i think it's how the page works after websta updated.
 
I think it's meant to do that so it likes from the newest post after reloading the hashtag?

So basically it doesn't work if the hangtag isn't popular.

The old one used to load the next page and continue liking posts in chronological order.

Would be awesome to have that back though but i think it's how the page works after websta updated.


thats bad, so at the moment it's not possible, to use imacro on websta in an efficient way?
 
Ok guys, i see the struggle is real, so i modified the code again. :)

HTML:
VERSION BUILD=8970419 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*20 + 40); randomNumber;")
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=A ATTR=TXT:Load<SP>More

Now you need to go to the hashtag page manually, then start playing the macro in loop.

The macro works like this: it starts to like all the pics from 1 to 20 on the first page of the hashtag (that's loop 1), then when it hits the bottom, it doesn't refresh the page, but it clicks on the "Load more" button and loads the next set of 20 pics and starts liking from 21 to 40 (that's loop 2), then when it hits the bottom again, it clicks the "Load more" button and starts liking from 41 to 60 (that's loop 3) and so on. I think you get it by now. In one loop you'll like 20 pics, so set the loop count accordingly.
The wait times are random now, i set it between 40 and 60 secs, feel free to alter this in the code.

On a side note, i'm not sure how safe is to continuously like every single pic under a hashtag, so use the macro at your own risk.
 
Back
Top