iMacros Twitter Unfollow Script [2019 Updated]

iMacros Twitter Unfollow Script

Last updated on April 1st, 2023 at 08:40 pm

Read Time:2 Minute, 49 Second

Introduction

If you are an avid Twitter user then you will probably be following a long list of accounts. But what happen’s if you want to unfollow of load of accounts without having to keep clicking on the Unfollow button?

We used to be able to use Google Chrome Console to carry out this task for us, but it looks like Twitter have put a stop to that functionalty now.

Well, you can use iMacros to do the job for you.

Like everything with social media, you have to be careful not to get banned if they suspect you of using robots, but this iMacro script puts in different timings to make it look more natural. But on the other hand, don’t just sent it off and leave it to run, try about 50 unfollows at a time.

The process is simple. Install the iMacro extension for Google Chrome. Then login to the Twitter account that you want to unfollow accounts on. Then click on the Google Chrome extension for iMacro and either create a new iMacro or edit an existing one.

iMacros Twitter Unfollow Script

Copy and paste this script into the iMacros edit box and run it either in a loop or just once if you want to test it out first.

VERSION BUILD=1005 RECORDER=CR
SET !VAR1 EVAL("var sec = 5; var max = 25; var randomNumber = Math.floor(Math.random() * (max - sec + 2)) + sec; randomNumber;")
URL GOTO=https://twitter.com/TechyGeeks1/following
WAIT SECONDS={{!VAR1}}
TAG POS=4 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=4 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=4 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=4 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=4 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=4 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=4 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=4 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=4 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=4 TYPE=SPAN ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=SPAN ATTR=TXT:Unfollow

I recently unfollowed everyone on one of my accounts, which was around 3000 people and I had done it within 24 hours without getting banned from Twitter!

iMacro Scripts

You can check out more of our useful iMacro scripts here.

Conclusion

This is a great way of getting rid of all the accounts you no longer want to follow on Twitter, but use it wisely and do not get yourself banned!

If you have any questions or feedback on this guide, then please feel free to leave us a message in the comments section below.

Click to rate this post!
[Total: 0 Average: 0]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.