It’s always a good idea to cut a few corners and save some time building your audience on social media, as long as you know what you are doing and as long as you have a plan or a strategy to follow.
What is it for?
The following Instagram script is good if you want:
- To Follow all the accounts that liked your specific content;
- To Follow accounts that liked someone else’s content; This is a good idea if those people are potentially in you audience group;
To use this Instagram auto follow script you will need to Log In to you Instagram account via browser.
After you have completed the Log In, find an Instagram post that is suitable. It can be the content from your feed or someone else’s.
Example
For example, let’s say you are a photographer and you want to reach more people that are interested in photography. You found this beautiful Instagram post of two white polar bears that has more than 70K likes.
How to use the script
- Once you locate the valuable post, with your target audience, you will need to click on the Likes button and wait for a popup/modal window to open.
- Scroll down to reveal as many accounts you want a script to follow. (read a note bellow).
- Now open the Console pressing Ctrl + Shift + J (Windows / Linux) or Cmd + Opt + J (Mac)
- Copy the code below and paste it into the Console tab
- Press Enter and that’s it
// Instagram: Follow
// Updated: 2020-03-24
// This script is made for demonstrative purposes only.
// Use at your own risk.
// Respect the Instagram's policy and terms of use.
function initFollow(i) {
setTimeout(function(){
console.log('Following…');
inputs[i].click();
}, Math.floor((Math.random() * 100000))+5);
}
var inputs = document.querySelectorAll('.rBNOH button');
for(var i=1; i<inputs.length;i++) {
initFollow(i);
}
Hi you! If the code is working, leave a comment below. It means a lot to everyone.
Note: It will be a good idea not to use this script on a long lists because you can get banned and/or following others will be disabled for some period of time.
If the script is not working for you, let me know in the comments so I can fix the issues or leave a thumbs up if all is good.
If you have new ideas, requests, let’s hear it! 🙂
10 comments on “Easy-to-use Instagram bot script that follows users who liked ANY content”
dey
It just says “undefined” and doesn’t work
Milos Lukic
Hi, the script is updated.
Let me know if it works for you now
Dan
‘undefined’ for me with the updated script on Chrome
Milos Lukic
Hi, just wait a couple of seconds…it should work fine, I checked it a minute ago.
Ellen
Hello. Do you have a script for Autolikes?
vandy
hi,
Can you please share a script to unfollow ? i mean the followers that we will get from this script how should i unfollow them ?
thank you
Milos Lukic
Here you go: http://miloslukic.com/2019/05/16/instagram-bot-script-that-unfollows-users/
Best 🙂
Imarvy
HEllo, This is what i get “VM1712:6 Uncaught SyntaxError: missing ) after argument list” its not working
Milos Lukic
Hi, sorry for waiting. It’s fixed now. 🙂
Ho Lam Kwan
Thanks for your sharing. it is very useful