Tag: Twitter

Easy-to-use Instagram bot script that follows users who liked ANY content

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:

  1. To Follow all the accounts that liked your specific content;
  2. 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

  1. 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.
  2. Scroll down to reveal as many accounts you want a script to follow. (read a note bellow).
  3. Now open the Console pressing Ctrl + Shift + J (Windows / Linux) or Cmd + Opt + J (Mac) 
  4. Copy the code below and paste it into the Console tab 
  5. 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! 🙂

Buy me a coffeeWanna support the page?!

Did you like this? Share it!

10 comments on “Easy-to-use Instagram bot script that follows users who liked ANY content

It just says “undefined” and doesn’t work

Hi, the script is updated.
Let me know if it works for you now

‘undefined’ for me with the updated script on Chrome

Hi, just wait a couple of seconds…it should work fine, I checked it a minute ago.

Hello. Do you have a script for Autolikes?

HEllo, This is what i get “VM1712:6 Uncaught SyntaxError: missing ) after argument list” its not working

Hi, sorry for waiting. It’s fixed now. 🙂

Thanks for your sharing. it is very useful

Leave Comment