web.stagram.com

technodudes

Power Member
Joined
Oct 13, 2012
Messages
737
Reaction score
90
I need help with this IMACRO here which was made just for liking pictures but since they changed the website the script doesn't work wonder if someone can help me out.

SET !TIMEOUT_PAGE 10
SET !ERRORIGNORE YES
URL GOTO=http://web.stagram.com/tag/love/
WAIT SECONDS=5
TAG POS=1 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=2 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=3 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=4 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=5 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=6 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=7 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=8 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=9 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=10 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=11 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=12 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=13 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=14 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=15 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=16 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=17 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=18 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=19 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
WAIT SECONDS=1
TAG POS=20 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
 
I'm still trying to fix this if your able to help please do so ! Everyone will be winning!
 
I'm still trying to fix this if your able to help please do so ! Everyone will be winning!

Hello sir. I use a similar code as yours and learned that it doesn't work anymore ever since Webstagram updated their site. Were you able to find any solution? Thank you.

EDIT:
LOL I got it to "semi-work". Still skips a few pics but at least it is still liking pics.
 
Last edited:
Hey guys after much avail with this script and me not being able to find a solution I FINALLY found a solution. It's a pretty quick fix actually here is a snippet of my code:

Code:
URL GOTO=HTTP ://web.stagram.com/tag/metal/?vm=grid&npk=0TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=5
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=60

As you can see the only major change is the POS= tag.... because there are not unique positions for each unique like button on web.stagram now I used R1 which references the next like button compared to the last used one. So R1 is clicking the button sequentially based on the last.
 
Thanks! It works.

I set it to 24, 25, then rest 60 and sometimes it will say liking too many photos. Is that a webstagram thing or an instagram thing?

What is the best wait time or the ig limit per hour now?
 
I have this error: "RuntimeError: element BUTTON specified by TXT:Like was not found, line 2 (Error code: -921)" ..
 
Hey guys after much avail with this script and me not being able to find a solution I FINALLY found a solution. It's a pretty quick fix actually here is a snippet of my code:

Code:
URL GOTO=HTTP ://web.stagram.com/tag/metal/?vm=grid&npk=0TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=5
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=2
TAG POS=R1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=60

As you can see the only major change is the POS= tag.... because there are not unique positions for each unique like button on web.stagram now I used R1 which references the next like button compared to the last used one. So R1 is clicking the button sequentially based on the last.


This is correct I'm getting the same error
 
It seems, no!

I've been looking everywhere and i haven't found. It looks there are big changes on stagram and instagram.

Anyway, I hope someone clever will get it and he will share with us!!

Thx all of those who are trying, thx technoguy
 
Back
Top