Hello,
I'm REALLY new at making imacros, but I made one that's simple and seems to be getting the job done.
It likes pictures based on tags. Then those people usually like your pics and/or follow you. its great because you don't have to follow anyone and you still get great results!
All you do is take this bit of code, put whatever tag you want where it says "PUTYOURTAGHERE", and copy and paste it over and over. Make sure to use it at least twice in the imacros and use a different tag for each one. I'm running it with 10 tags. The more tags and more popular the tags are, the better it works.
You need to go to web.stagram.com and log in to your instagram account there first, then run the macro on loop (put in like 9999 or something).
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://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=2 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=3 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=4 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=5 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=5
Let me know if anyone has anything they can add to the script or anything like that. again I am a complete n00b when it comes to imacros, so please, no hate. I'm just trying to help out and give back what I can.
I'm REALLY new at making imacros, but I made one that's simple and seems to be getting the job done.
It likes pictures based on tags. Then those people usually like your pics and/or follow you. its great because you don't have to follow anyone and you still get great results!
All you do is take this bit of code, put whatever tag you want where it says "PUTYOURTAGHERE", and copy and paste it over and over. Make sure to use it at least twice in the imacros and use a different tag for each one. I'm running it with 10 tags. The more tags and more popular the tags are, the better it works.
You need to go to web.stagram.com and log in to your instagram account there first, then run the macro on loop (put in like 9999 or something).
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://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=2 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=3 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=4 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=5 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=5
Let me know if anyone has anything they can add to the script or anything like that. again I am a complete n00b when it comes to imacros, so please, no hate. I'm just trying to help out and give back what I can.