Twitter followers tip
15 05 2008
Noticed recently I’ve been using Twitter for well over a year now (February 5th 2007 to be exact), and some might say I’ve become addicted.
I’m closing in on the 2500 twitter post mark, have about 465 followers and follow 241 of those myself.
Now to be honest, things have come to a point where things are beginning to get a bit too crowded on my friends timeline.
When Aral twittered about looking for a way to unfollow twitter users that don’t follow him back I started looking for an easy way to do that. Was looking for all sorts of crazy mashups that would help manage friends but in the end found a very simple way to get it done.
If you’re logged in and go to your friends overview (http://twitter.com/friends) you’ll likely notice that there are certain users that you can direct message and certain that you can’t.
When you can’t message that user it simply means that he’s not following you back. Going through that list you can easily remove those users.
Doing this I went down from 300+ people I follow to my current total and it does help. There are a handful of people I still follow even though they don’t follow me back, if you’re one of those people its safe to assume I’m a big fan.
Think its important to note that you can still message with people you’re not following by using the @user syntax, if someone writes a twitter post that has @peterelst in there I see it show up in my replies tab (sort of, twitter can be a bit dodgy when a message has multiple @ references).
If you want me to follow you on twitter, a good way is to message something to me using @peterelst and chances are that I’ll add you.
Also worth mentioning is the increase in Twitter spam, what I tend to do is check the ratio between followers and following — if the amount of people they follow is over double that of people that follow them its generally a spam bot and block those.
Have been trying to write an AIR app to go through the friends list and gives the option to automatically unfollow those that don’t follow you as well as detect possible spam Twitter users.
Unfortunately have been running into the 70 requests per hour limitation very quickly so might need to be a little bit creative in how to get around that problem.
This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.






Interesting, especially since I’m growing tired of Twitteriffic (though I prefer its integrate with my workflow compared to other clients) and some day soon I may write my own
Maybe you could create another account and test it there.. You might probably have done that but even if (I believe this) we live in a world where everything is possible do you thing there is another way to get around that limitation? I would suggest you (+as a future user of that air app!!) to contact twitter. I can’t believe that they won’t give a nicer limit to a dev for making them something that should be already implemented in house..
I can’t wait for your Summit related post, video or whatever..
Hi
I have a small query
If some is not following u and u r following them, If u send a @tweet to them.. will it feature in their replies? Atleast will they notice it?
@giridhar - yes they will, if you use the @user syntax they should always be able to see it when they go to their replies tab on twitter.com
You should try Twitter Karma… it was helpful for me
forgot the link http://dossy.org/twitter/karma/
Haha, “great minds”. I’m in the process of building an AIR app to do just what you were describing according to the friend/follower ratio. Currently trying to find a good way of getting around the API’s not-so-great paging mechanism, and finding time to finish it up