Stop PC Crashes with WinZip System Utilities

Enter your email address:

Saturday, September 4, 2010

AUTOMATIC MASS DELETE OF TWEETS

One of our distinguished reader asked us about different ways to delete tweets. Most of the tweeters are automated their accounts in order to generate income by tweeting. This created a lot of tweets get settled in each Twitter account. Some of them are considered as spam tweets and keeping such tweets in your account will make your Twitter account into a  High Risk  category account. That means, Twitter may suspend your account forever at any time. It is ideal that you delete some unimportant tweets from your active account.

Ways to delete Tweets from your Twitter account

There are different ways to delete tweets from your twitter account. In this post we are explaining the manual method and three automated method to delete Tweets from your Twitter account.

Manual Deletion of tweets

You may login to your Twitter and manually delete all unwanted Tweets. Once you Tweet, you'll see a star and a trash can at the end of the tweet update. The star is for marking the update as a favorite, and the trash can is for removing it.

To delete a Tweet, simply:

  1. Log in to Twitter Profile
  2. Click on Tweets
  3. Locate the tweet / update you want to delete
  4. Click the trash can

TWEET DELETIONPicture Source Courtesy: Twitter.com

Automatic Deletion of Tweets

Automatic Deletion of Tweets can be done by three methods:

1. First of all, you had to login to your Twitter account. Then by using this software, AutoClicker (search in Google to get the free download), you may assign your mouse to make automatic clicking on the “Trash Can” as explained above. This method is not recommended because of multiple failures.

2. If you have access to web server that running ColdFusion, then just paste the below given code into a blank file and change the cfhttp attributes to your twitter username and password. Then you load the page up in your browser. In the code, you had to change the username and password with the one that of your Twitter account. Thanks to Torgorama.com for this wonderful script

<cfhttp method="GET" url="http://twitter.com/statuses/user_timeline/foo.xml?count=200" username="foo" password="blarg" />
<cfset theList = xmlParse(cfhttp.fileContent) />
<cfset loopCount = arrayLen(theList.statuses.status) />
<cfloop from="1" to="#loopCount#" index="i">
    <cfhttp method="post" url="
http://twitter.com/statuses/destroy.xml" username="foo" password="blarg">
        <cfhttpparam type="formField" name="id" value="#theList.statuses.status[i].id.xmlText#" />
    </cfhttp>
</cfloop>

 

3.twitwipe-logo USE TWITWIPE TO WIPE YOUR TWEETS

TwitWipe is an application that allows us to delete all tweets in an account. Once you’ve started wiping tweets, you can stop the process in middle by clicking on the “STOP IT!” link.

How To Use This (TwitWipe) Application?

Visit TwitWipe Login page.Sign in with Twitter. After Authenticating with Twitter, you can “Start Wiping”. Please remember that once you delete all your Tweets, you can never get it back.

More twitter news:

3 comments:

TOMAS said...

Thank you for the post. It was very beneficial to read. You always supply your warnings with step by step guidance on how to apply them. Thank you the hot and best wishes from Art by Tomas

b2kdaman said...

Well you can also try to use iMacros extension for Chrome. And do it client-side. Though that would be a lot of traffic.
Also does your methods delete retweets?

savry said...

Thanks for this post i will try the way

Blog Widget by LinkWithin