Free PHP Script to Mass Delete Twitter Friends, People You Follow
| By Matt Dunlap on September 12th, 2009 | 27 comments |
|
Don't forget to tweet this post for a chance to win a $100 BestBuy Gift Card
|
Twitter has changed…
Many early twitterers follow everyone that followed them. They are now having a hard time managing all their Twitter friends (people you follow) because of the twitter noise. Are you one of them? Do you need a way to delete them all?
Here is a simple PHP script that allows you to delete all of you friends in one big swoop or in tiny increments. It makes an array of all the people you follow, these cycles through them deleting each one until the limit that you set is reached. It will delete all, so if you want to save some users, you should make a list and then re-follow them when you are done deleting everyone. I didn’t add that feature to this script to keep it simple.
Installation:
- unzip the file and upload the PHP file to your webhost
- point your browser to the file, example http://yourdomain.com/delete_following.php
- enter your Twitter username, password and how many to delete.
- Click submit and let it go… Warning, it can take a long time to delete users if you delete thousands at a time.
Any questions or concerns, please leave a comment








Post a Comment