How to delete 10K twitter tweets?

zmannoz

Newbie
Joined
Aug 4, 2012
Messages
20
Reaction score
0
Hello, does anyone here know how can I delete all my tweets? I have up to 10K+ and i want to delete all. I've try almost all those site and none work. Someone help.

Thanks.
 
BUMP! I am interested in a solution for this as well!
 
Have you tried using a macro recorder?
Even tho 10,000 tweets are a lot you try setting up a macro recorder to: Click "Delete" -> click "delete" again on the pop up window -> press f5 -> repeat.


I've used jbit macro recorder once when I needed to delete specific things on a very large excel spreadsheet.
 
I have a script coded up as I said. Working pretty smooth. Uses twitter API. As of now, it needs you to login to the script and it will keep on delete the tweets.

I see other sites around which does the same, but well, looks like they dont work now. Anyways, hit me up if anyone is still in need.
 
imacros macro
Code:
TAG POS=1 TYPE=B ATTR=TXT:Delete
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Delete
WAIT SECONDS=2
 
Hey Guys,

I have made this to delete my tweets,
Deleted around 70-80 tweets,
So It works well.

Code:
VERSION BUILD=8070701 RECORDER=CR
URL GOTO=https://twitter.com/YOUR-PROFILE-ID/with_replies
WAIT SECONDS=2
TAG POS=3 TYPE=SPAN ATTR=CLASS:Icon<SP>Icon--dots&&TXT:
WAIT SECONDS=2
TAG POS=2 TYPE=BUTTON ATTR=TXT:Delete<SP>Tweet
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Delete
WAIT SECONDS=2
 
I used this service some time ago, but the site still looks alive: http://twitwipe.com/

I renamed aged accounts with followers, lists and all. If u do re-brand the account, make sure that you update info on Klout or other services, since they link to your user ID # and will keep old info associated with your account much longer. Just change all account info they have on file and force them to always use your current BIO. Within 2 weeks you are baptized.
 
imacros macro
Code:
TAG POS=1 TYPE=B ATTR=TXT:Delete
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Delete
WAIT SECONDS=2


Dear brother...where i put this code for delete my tweets.
regards
jsrawat
 
You can also use some online sites to delete your bulk twitter tweets.

tweetdelete.net-->By signup to this you can manage your tweets.

tweetdeleter.com--> Same process as like above site.

"Tweet Eraser"--> Will delete multiple tweets at a time.

Delete All My Tweets--> This will delete the tweets in bulk manner.
 
Back
Top