[iMacros] Instagram Unfollow Automation

False

Newbie
Joined
Jul 19, 2012
Messages
16
Reaction score
6
Hey guys,

I looked around for a good way to automate the unfollowing of those that did not follow back from my bots. Through my efforts, I could not find one for unfollowgram which is my go-to unfollower due to its simplicity.

So I decided to delve into iMacros for the first time to create what I needed since what I've learnt from my time here on BHW is that laziness is definitely not a trait for those that want to be successful.
Thus why I'm posting this since I know there are definitely some lazy people out there still trying to make money. :rolleyes:

Here are the steps:
1. Head over and sign into unfollowgram.
2. Click on the group you want to automate the unfollowing of (People who don't follow you back, all of your followers, people who unfollowed you, etc)
3.
Copy and paste the following into your iMacro script:

Code:
TAB T=1TAB CLOSEALLOTHERS
wait seconds=3
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=200

4. Set the loop to however many times you want the cycle to run.
5. Done!


I chose to have a wait time of 200 seconds after a run through due to the maxed out 50 unfollowers an hour rule...although there have been times when I could unfriend more than 50 in less than an hour so play around with what you like. This is really basic but hopefully it can help a few people.

Regards.
 
Thanks for the share buddy but as you mentioned the maximum figure is 50.

I rather just click 50 times and get it over and done with, move on to something else - if there was a better was to bypass this so you could leave it for a few hours & unfollow a few thousand then this would be more ideal. No discredit to your share though thanks.
 
Wow! I finally figured out how to use Imacro's and this one seems deliberately awesome!

Thanks a lot, also, I do like your follower script to :)
 
hey bro i know this is late but could you give me all these scripts like follow/like/unfollow ?
 
Hey guys,

I looked around for a good way to automate the unfollowing of those that did not follow back from my bots. Through my efforts, I could not find one for unfollowgram which is my go-to unfollower due to its simplicity.

So I decided to delve into iMacros for the first time to create what I needed since what I've learnt from my time here on BHW is that laziness is definitely not a trait for those that want to be successful.
Thus why I'm posting this since I know there are definitely some lazy people out there still trying to make money. :rolleyes:

Here are the steps:
1. Head over and sign into unfollowgram.
2. Click on the group you want to automate the unfollowing of (People who don't follow you back, all of your followers, people who unfollowed you, etc)
3.
Copy and paste the following into your iMacro script:

Code:
TAB T=1TAB CLOSEALLOTHERS
wait seconds=3
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=2
TAG POS=1 TYPE=A ATTR=TXT:unfollow 
wait seconds=200

4. Set the loop to however many times you want the cycle to run.
5. Done!


I chose to have a wait time of 200 seconds after a run through due to the maxed out 50 unfollowers an hour rule...although there have been times when I could unfriend more than 50 in less than an hour so play around with what you like. This is really basic but hopefully it can help a few people.

Regards.

You can also use this code that works perfectly make sure your logged in instagram then open up
imacros and add this code below

VERSION BUILD=8810214 RECORDER=FX
TAB T=1
URL GOTO=PUT YOUR INSTAGRAM HOMEPAGE URL HERE
EVENT TYPE=CLICK SELECTOR="HTML>BODY>SPAN>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV>A>DIV" BUTTON=0
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*2.21 + 2.99); randomNumber;")
WAIT SECONDS={{!VAR1}}
EVENT TYPE=CLICK SELECTOR="HTML>BODY>SPAN>DIV>DIV>DIV>DIV>DIV>SPAN>SPAN:nth-of-type(2)>SPAN:nth-of-type(2)>SPAN:nth-of-type(2)>A>SPAN>SPAN" BUTTON=0
EVENT TYPE=CLICK SELECTOR="HTML>BODY>SPAN>DIV>DIV>HEADER>DIV>DIV>UL>LI>A>I" BUTTON=0
URL GOTO=PUT YOUR INSTAGRAM HOMEPAGE URL HERE
REFRESH
EVENT TYPE=CLICK SELECTOR="HTML>BODY>SPAN>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV>A>DIV" BUTTON=0
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*2.21 + 2.99); randomNumber;")
WAIT SECONDS={{!VAR1}}
EVENT TYPE=CLICK SELECTOR="HTML>BODY>SPAN>DIV>DIV>DIV>DIV>DIV>SPAN>SPAN:nth-of-type(2)>SPAN:nth-of-type(2)>SPAN:nth-of-type(2)>A>SPAN>SPAN" BUTTON=0
EVENT TYPE=CLICK SELECTOR="HTML>BODY>SPAN>DIV>DIV>HEADER>DIV>DIV>UL>LI>A>I" BUTTON=0
 
It would be very good if there were if statments where eliminates the people that I really want to follow, like close friends and relatives.
 
Back
Top