[GET] instagram like imacros

Guys, the script is working fantastically. Super special thanks to the creator! You, are a rockstar! The only thing that has to be changed, as instagram is devolopping is the source of the image. Currently the source webstagram instead of web.stangram. Cheers and once again, thanks banddude!
 
guys, the script is working fantastically. Super special thanks to the creator! You, are a rockstar! The only thing that has to be changed, as instagram is devolopping is the source of the image. Currently the source webstagram instead of web.stangram. Cheers and once again, thanks banddude!

wrong its not working!
 
To get this working all you have to do is. Change every web.stagram to webstagram except for the URL GOTO web.stagram leave that as is. And boom. Everything begins to work again :)
 
its not work for me... i see that running and refresh but its not click on like button....why?
 
its not work for me... i see that running and refresh but its not click on like button....why?
that's exactly why imacros has a record function...
took me about 5 seconds to figure out that webstagram has changed the like button:
HTML:
SET !TIMEOUT_PAGE 10
SET !ERRORIGNORE YES
URL GOTO=http://web.stagram.com/tag/PUTYOURTAGHERE/
WAIT SECONDS=5
TAG POS=1 TYPE=IMG ATTR=SRC:http://1.1.1.4/bmi/webstagram.com/img/like.png
WAIT SECONDS=2
TAG POS=1 TYPE=IMG ATTR=SRC:http://1.1.1.4/bmi/webstagram.com/img/like.png
WAIT SECONDS=2
TAG POS=1 TYPE=IMG ATTR=SRC:http://1.1.1.4/bmi/webstagram.com/img/like.png
WAIT SECONDS=2
TAG POS=1 TYPE=IMG ATTR=SRC:http://1.1.1.4/bmi/webstagram.com/img/like.png
WAIT SECONDS=2
TAG POS=1 TYPE=IMG ATTR=SRC:http://1.1.1.4/bmi/webstagram.com/img/like.png
WAIT SECONDS=300
alter the wait seconds to your liking
i haven't run this macro for long, because i have a bot for liking purposes, but it seems to be doing its job
 
that's exactly why imacros has a record function...
took me about 5 seconds to figure out that webstagram has changed the like button:
HTML:
SET !TIMEOUT_PAGE 10
alter the wait seconds to your liking
i haven't run this macro for long, because i have a bot for liking purposes, but it seems to be doing its job[/QUOTE]

in the final line should i change it to 50-100 sec?
 
in the final line should i change it to 50-100 sec?
i think that would be fine too, just don't set it too low, webstagram may catch up on you sending too many requests in a short period of time
 
This script works great, I'm searching 19 tags and then liking 18 pics under those tags each. Also, I've edited the final line to loop after 1 hour (or 3600 seconds). Thanks for the script!

My issue is, I noticed that if I browse to any other page while the script is working (even if I open a new tab), the script won't like any of the pics unless I go back to the webstagram window. In other words, the script will keep running but you have to keep the webstagram window open and selected in order for the changes to take place...

Which brings me to my question. I have my own website and tons of web hosting space, how can I put this script on my own server so that it runs remotely on my server every hour instead of on my laptop? This creates issues if you want to work on something else on your laptop while the script is running... I'm pretty proficient in coding (php, js, html, css, etc.), but never created/run a script like this.

Thoughts anyone?

Thanks!!! :)
 
Last edited:
I am having the same problem with it saying its working but it's not actually working. If someone could do a step by step or a YouTube video. I have imacros I'm just very new to all this. Thanks for any help(:
 
Back
Top