2014 New Instagram iMacros Likes + Comments

I do not use Instagram as my primary source of income for my business but..if this macro is going to work..

Hey man thank you!
 
I found/edited a new script that's working with the newer Websta.. But it only works on Firefox..

Dont work for me... i have a imacros message :


error wrong format of WAIT command, line 8 (Error code: -910)

if you can help me.

best regards
 
Dont work for me... i have a imacros message :


error wrong format of WAIT command, line 8 (Error code: -910)

if you can help me.

best regards
Made a simple script for you.

Websta.me photo liker:
1. Go to the hashtag feed page.
2. Load as many pages of photos as you want.
3. In Google Chrome, click Ctrl + Shift + C, this will open the console.
4. Paste this code into the console and click Enter:
Code:
!function(){var e=1e3*Math.max(5,parseFloat(prompt("Delay(in seconds) between each like:"))),t=function(){var t=$(".like-icon"),i=0,n=function(){$(t[i]).trigger("click"),i<t.length&&(i++,setTimeout(n,e))};setTimeout(n,500)};setTimeout(t,500)}();
5. A small window should pop up and ask you how long(in seconds) it should wait between each like.
6. The script will now like every photo, one by one. To stop the process, just refresh the page.

Enjoy.
 
Made a simple script for you.

Websta.me photo liker:
1. Go to the hashtag feed page.
2. Load as many pages of photos as you want.
3. In Google Chrome, click Ctrl + Shift + C, this will open the console.
4. Paste this code into the console and click Enter:
Code:
!function(){var e=1e3*Math.max(5,parseFloat(prompt("Delay(in seconds) between each like:"))),t=function(){var t=$(".like-icon"),i=0,n=function(){$(t[i]).trigger("click"),i<t.length&&(i++,setTimeout(n,e))};setTimeout(n,500)};setTimeout(t,500)}();
5. A small window should pop up and ask you how long(in seconds) it should wait between each like.
6. The script will now like every photo, one by one. To stop the process, just refresh the page.

Enjoy.


Thx a lot!!!!
 
Made a simple script for you.

Websta.me photo liker:
1. Go to the hashtag feed page.
2. Load as many pages of photos as you want.
3. In Google Chrome, click Ctrl + Shift + C, this will open the console.
4. Paste this code into the console and click Enter:
Code:
!function(){var e=1e3*Math.max(5,parseFloat(prompt("Delay(in seconds) between each like:"))),t=function(){var t=$(".like-icon"),i=0,n=function(){$(t[i]).trigger("click"),i<t.length&&(i++,setTimeout(n,e))};setTimeout(n,500)};setTimeout(t,500)}();
5. A small window should pop up and ask you how long(in seconds) it should wait between each like.
6. The script will now like every photo, one by one. To stop the process, just refresh the page.

Enjoy.

Do you have a Websta photo commenting script?
 
I could have. :)
Will code that and post here when I get home(in a few hours).
How would that script work? What options you need?
Oh, thank you!
Similar to the liking script, with wait seconds, but also the option to put in custom/different comments for each line. :)
 
Can anyone help us with creating a script that follows people? Many users here have been trying but its turning out to be impossible.. Just a simple script that opens up the profile and follow the person, go back to the previous page and follow the next one.. There was one with the older websa but obviously it doesn't work now..
 
Can anyone help us with creating a script that follows people? Many users here have been trying but its turning out to be impossible.. Just a simple script that opens up the profile and follow the person, go back to the previous page and follow the next one.. There was one with the older websa but obviously it doesn't work now..
Go to github )
 
Made a simple script for you.

Websta.me photo liker:
1. Go to the hashtag feed page.
2. Load as many pages of photos as you want.
3. In Google Chrome, click Ctrl + Shift + C, this will open the console.
4. Paste this code into the console and click Enter:
Code:
!function(){var e=1e3*Math.max(5,parseFloat(prompt("Delay(in seconds) between each like:"))),t=function(){var t=$(".like-icon"),i=0,n=function(){$(t[i]).trigger("click"),i<t.length&&(i++,setTimeout(n,e))};setTimeout(n,500)};setTimeout(t,500)}();
5. A small window should pop up and ask you how long(in seconds) it should wait between each like.
6. The script will now like every photo, one by one. To stop the process, just refresh the page.

Enjoy.

Amazing code and it does work perfectly fine.
I had a script making comment from a text file in random order.
Could you do something similar to work ? Because know I cant do anything after the updates in instagram and websta.me
I had other scripts with different accounts loging in and liking a specific picture that is impossible now with imacros I dont know why.
Thank you very much.
 
Made a simple script for you.

Websta.me photo liker:
1. Go to the hashtag feed page.
2. Load as many pages of photos as you want.
3. In Google Chrome, click Ctrl + Shift + C, this will open the console.
4. Paste this code into the console and click Enter:
Code:
!function(){var e=1e3*Math.max(5,parseFloat(prompt("Delay(in seconds) between each like:"))),t=function(){var t=$(".like-icon"),i=0,n=function(){$(t[i]).trigger("click"),i<t.length&&(i++,setTimeout(n,e))};setTimeout(n,500)};setTimeout(t,500)}();
5. A small window should pop up and ask you how long(in seconds) it should wait between each like.
6. The script will now like every photo, one by one. To stop the process, just refresh the page.

Enjoy.

Hello, is there a way to make the script refresh the page so the newest photos are liked? Currently, One has to manually click on "load more" to first load hundreds of photos before running the script. It would be nice if it would just like 10 photos, then refresh feed and repeat.

Let me know if that's possible.
 
Let me know if that's possible.
It is possible, but would need a little bit more complicated script(probably loading the list of photos asynchronously[$.get to window.location.pathname], and then extracting data from there would be a nice idea).
 
It is possible, but would need a little bit more complicated script(probably loading the list of photos asynchronously[$.get to window.location.pathname], and then extracting data from there would be a nice idea).


Here's the script I was using before. It would like 10 photos, then refresh and repeat on Websta before their upgrade a few months ago. It was done with good ol' imacros for either Chrome or Firefox.

Code:
SET !ERRORIGNORE YES
URL GOTO=http://websta.me/tag/yourtag/
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=120
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=120
TAG POS=3 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=120
TAG POS=4 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=120
TAG POS=5 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=120
TAG POS=6 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=120
TAG POS=7 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=120
TAG POS=8 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=120
TAG POS=9 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=120
TAG POS=10 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=120
TAG POS=1 TYPE=A ATTR=TXT:Earlier
REFRESH
 
any updates on a new script for the new website??

Actually they are changing the icon class or something like that..
this is working for me

Code:
!function(){var e=1e3*Math.max(5,parseFloat(prompt("Delay(in seconds) between each like:"))),t=function(){var t=$(".fa.fa-heart-o.like-icon"),i=0,n=function(){$(t[i]).trigger("click"),i<t.length&&(i++,setTimeout(n,e))};setTimeout(n,500)};setTimeout(t,500)}();
 
Bookmarked !!!
Thanks, I was looking for this imacros code to do mass follow IG. I will try it later
 
Actually they are changing the icon class or something like that..
this is working for me

Code:
!function(){var e=1e3*Math.max(5,parseFloat(prompt("Delay(in seconds) between each like:"))),t=function(){var t=$(".fa.fa-heart-o.like-icon"),i=0,n=function(){$(t[i]).trigger("click"),i<t.length&&(i++,setTimeout(n,e))};setTimeout(n,500)};setTimeout(t,500)}();


sorry that did not work
 
What is this ? Auto like and comment? Sorry i have no knowledge in coding .someone pls enlighten me
 
Back
Top