2014 New Instagram iMacros Likes + Comments

Just tried it. and it gave me the same exact message. btw i'll be checking more frequently every 10 minutes my apologies for the long awaited replies

You must have did a bad copy/paste because line 29 is
Code:
WAIT SECONDS=60
 
You must have did a bad copy/paste because line 29 is
Code:
WAIT SECONDS=60

I figured out the problem! THANK YOU SO MUCH. The problem came from me trying to change the actually words used for the comment, which is a really weird problem to have imo. Thank you so much for a wonderful script ^_^
 
I figured out the problem! THANK YOU SO MUCH. The problem came from me trying to change the actually words used for the comment, which is a really weird problem to have imo. Thank you so much for a wonderful script ^_^

Glad you liked it dude :)
 
When I try to change the comment that the script will leave, like from "done" to "oh," the script no longer will run and that error code that I mentioned previously would pop up.

You should have read the comments, if you would have done that you'd already find the answer, the space need to be spell <SP> for exemple to comment nice picture in the script it'll be nice<SP>picture
 
You should have read the comments, if you would have done that you'd already find the answer, the space need to be spell <SP> for exemple to comment nice picture in the script it'll be nice<SP>picture

Thank you for putting up with me and for thoroughly explaining everything. You're a life saver.
 
Hey man, bot has been working great thanks again, I'm averaging about 50 followers a day running the bot for 8-10 hours.

I've gone through all the comments and noticed someone asked about a follow script for Websta, which I tried to use but got "SyntaxError: wrong format of SET command at line 1". I assume that script just lets you follow the followers of whichever user you've selected on Websta.

My question is, is it possible to make a script that will like the first (up to 5) photos of people who either a)like one of your pictures or b) follow you

Thanks in advance man, keep up the good work!
 
Nevermind. Just received infraction)
 
Last edited:
Hey man, bot has been working great thanks again, I'm averaging about 50 followers a day running the bot for 8-10 hours.

I've gone through all the comments and noticed someone asked about a follow script for Websta, which I tried to use but got "SyntaxError: wrong format of SET command at line 1". I assume that script just lets you follow the followers of whichever user you've selected on Websta.

My question is, is it possible to make a script that will like the first (up to 5) photos of people who either a)like one of your pictures or b) follow you

Thanks in advance man, keep up the good work!

Yep, but it's for Iconosquare (they all work the same anyway) go to your followers page, you'll need to scroll down to load a bunch of users, to do this automatically, use this macro:

(When I use it I run like 30000 loops)

Code:
URL GOTO=javascript:window.scrollBy(0,20000)

And then:

Code:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:lienPhotoGrid&&HREF:#/user/*/ EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=ID:like-*
WAIT SECONDS=2
TAB CLOSE
WAIT SECONDS=24
 
Awesome, thanks for the followers script. One final question (and I slipped it in briefly with my last comment), is it possible to have a script like the first few pics of people who have only "liked" one or more of your photos? For instance, I've noticed I get a higher follower conversion if I immediately interact with a profile who has recently liked one or multiple of my own pictures.

Look forward to hearing any thoughts.
 
Awesome, thanks for the followers script. One final question (and I slipped it in briefly with my last comment), is it possible to have a script like the first few pics of people who have only "liked" one or more of your photos? For instance, I've noticed I get a higher follower conversion if I immediately interact with a profile who has recently liked one or multiple of my own pictures.

Look forward to hearing any thoughts.

Yes it's possible, but it's gonna be partially automated, you'll have to manually select one of your picture and click on the number of likes, it'll show who liked the picture and then you can run the macro (it's for Iconosquare)

Code:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:unLike&&HREF:#/user/*/ EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=ID:like-*
WAIT SECONDS=2
TAB CLOSE
WAIT SECONDS=24
 
please add me on skype : alictacie
i want to ask you something , need help >.< thx bro
 
Back
Top