fixing imacro script for websta

dzyothwrld

Registered Member
Joined
Apr 14, 2016
Messages
86
Reaction score
3
Can someone help me fix this script for the current websta? thanks.

URL GOTO=http://websta.me/tag/YOURTAG/
SET !ERRORIGNORE YES
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=45
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=48
TAG POS=4 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=45
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=50
 
Fixed it:
HTML:
URL GOTO=http://websta.me/tag/YOURTAG/
SET !ERRORIGNORE YES
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=48
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=50
 
Fixed it:
HTML:
URL GOTO=http://websta.me/tag/YOURTAG/
SET !ERRORIGNORE YES
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=48
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=50

Thanks for the help HoneyBird but I tried this and it doesn't seem to work. The iMacro program doesn't seem to recognise the "glyphicon-heart-empty" and instead runs through the script without clicking on anything
 
The iMacro program doesn't seem to recognise the "glyphicon-heart-empty" and instead runs through the script without clicking on anything
I notice the same problem.. i think it's not possible to fix it. Like on the official i_G site, it's not possibile to connect the heart button to every generic photo.. :\
 
Fixed it:
HTML:
URL GOTO=http://websta.me/tag/YOURTAG/
SET !ERRORIGNORE YES
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=48
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=50

Thanks! that works! Not sure why the others are saying it doesn't but it worked for me.
 
Thanks! that works! Not sure why the others are saying it doesn't but it worked for me.
It works for me too. :)

I forgot to add, that i did the fix in Firefox and it may or may not work with the standalone iMacros browser.
I think i know the problem. If i'm not mistaken, the standalone browser doesn't support wildcards and i put the "*" wildcard into the code, because the value of the ATTR always changes, so it needs to be replaced with the asterisk wildcard to make the macro work and keep liking the photos.

If it doesn't work for any of you, try to run the code with the Firefox addon, it should work that way.
 
It works for me too. :)

I forgot to add, that i did the fix in Firefox and it may or may not work with the standalone iMacros browser.
I think i know the problem. If i'm not mistaken, the standalone browser doesn't support wildcards and i put the "*" wildcard into the code, because the value of the ATTR always changes, so it needs to be replaced with the asterisk wildcard to make the macro work and keep liking the photos.

If it doesn't work for any of you, try to run the code with the Firefox addon, it should work that way.

Ahh I'm running it on chrome. You think running it through Firefox will resolve the problem? Sorry I'm still quite new at this, are you saying if I remove the asterisk from the
"TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:" line it should work for me?

Thanks again for your help
 
Ahh I'm running it on chrome. You think running it through Firefox will resolve the problem? Sorry I'm still quite new at this, are you saying if I remove the asterisk from the
"TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:" line it should work for me?

Thanks again for your help
It should work on Firefox, if you don't change the code.

If you remove the asterisk, it won't work, because the value changes with every like, the asterisk is needed to be there as a wildcard.
 
It should work on Firefox, if you don't change the code.

If you remove the asterisk, it won't work, because the value changes with every like, the asterisk is needed to be there as a wildcard.

I'm getting this error code when signing into Websta on Firefox:

{"code": 403, "error_type": "OAuthForbiddenException", "error_message": "You are not a sandbox user of this client"}

Any idea what this means? I haven't even gotten to trying the iMacros script yet!
 
I'm getting this error code when signing into Websta on Firefox:

{"code": 403, "error_type": "OAuthForbiddenException", "error_message": "You are not a sandbox user of this client"}

Any idea what this means? I haven't even gotten to trying the iMacros script yet!
It looks like an OAuth error.

Try to revoke the access of the app in your ig acc and re-authenticate in Firefox.
I didn't experience any issue, but websta has just renewed the site, maybe it has something to do with it.
If revoking/re-authenticating doesn't work, try it later.
 
The error code we were getting yesterday is now fixed. I think that Instagram was approving these third party apps, and therefore we couldn't use it at the moment with their new settings. I couldn't use it all of yesterday, but I logged in today and it works.

{"code": 403, "error_type": "OAuthForbiddenException", "error_message": "You are not a sandbox user of this client"}


Also, the fixed imacro script from Honeybird works, without any changes to any asterisk or whatever. Just remember to use Firefox imacro and not Chrome or anything else.
 
I had been using imacros successfully with firefox through websta.me, but when they recently changed their site the code runs but it's not actively liking posts. I tried using the code mentioned above by honeybird, and i dont get an error....but it's not liking posts at all. am i missing something? It used to work so well before the site changed!
 
Thanks for this, almost working perfectly in firefox!

I took out the URL line so i don't have to go to the same tag by default, good for anyone wanting to use multiple tags i suppose?

I think i've also noticed the script continues to run while the "load more" link doesn't load on the last image?

Also i think i noticed the clock lagging when firefox is minimised or in the background?

Lots of questions, thanks man appreciate it :)
 
The error code we were getting yesterday is now fixed. I think that Instagram was approving these third party apps, and therefore we couldn't use it at the moment with their new settings. I couldn't use it all of yesterday, but I logged in today and it works.

{"code": 403, "error_type": "OAuthForbiddenException", "error_message": "You are not a sandbox user of this client"}


Also, the fixed imacro script from Honeybird works, without any changes to any asterisk or whatever. Just remember to use Firefox imacro and not Chrome or anything else.
yeah have it working now, thanks! :)
 
Okay I tried the liking script and its working perfectly.. Can someone please suggest a way to follow people now through IMacros.. With the older websta, I made a script that opened the profile according to the position of the link, but it doesn't work anymore.. It would mean a lot..
 
Fixed it:
HTML:
URL GOTO=http://websta.me/tag/YOURTAG/
SET !ERRORIGNORE YES
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=48
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:glyphicon<SP>glyphicon-heart-empty<SP>like-icon&&TXT:
WAIT SECONDS=50

Please help HoNeYBiRD the great! The script is not working again since a couple hours. Looks like they've changed it again a little bit :/
The black heart button has been changed to to a red heart button. That's the only change i could find!
Hope you will save the day again! Thank Youuuuu
***HoNeYBiRD For Pres!***
 
Last edited:
Question about the script, how come the tag pos=1 but it keeps going?

the previous version of websta i used the loop for the tag pos to increase value
 
Please help HoNeYBiRD the great! The script is not working again since a couple hours. Looks like they've changed it again a little bit :/
The black heart button has been changed to to a red heart button. That's the only change i could find!
Hope you will save the day again! Thank Youuuuu
***HoNeYBiRD For Pres!***
Fixed it again :)
HTML:
URL 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=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=48
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=50
I'm not sure about the red heart button though, it's still black, it's only red when you already liked something. But yes, they changed the attributes again, that's why it didn't work, but it should work now.
 
Fixed it again :)
HTML:
URL 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=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=48
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=45
TAG POS=1 TYPE=I ATTR=DATA-REACTID:*&&CLASS:fa<SP>fa-heart-o<SP>like-icon&&TXT:
WAIT SECONDS=50
I'm not sure about the red heart button though, it's still black, it's only red when you already liked something. But yes, they changed the attributes again, that's why it didn't work, but it should work now.

OMG HoNeYBiRD You're a legend bro!!
Thanks as always :))
Stay coool
***HoNeYBiRD For Pres!***
 
Back
Top