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.
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:
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.
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.
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.