Jiang Wu Data Engineer @ Adyen (NL)

Delete your oldest tweets using Twitter Archive Eraser

Looking for the awesome Twitter Archive Eraser?

Twitter Archive Eraser allows you to automatically delete tweets in bulk from your timeline, or erase your whole twitter archive if you would like so.

Several tools exist to help you delete your old tweets but, most of them do not work properly, if at all, due to Twitter API’s limitations. Twitter imposes a limit of 3200 tweets (the more recent ones that is) that an application can access.

Twitter enabled the option for users to download their whole archive of tweets, which contains among other things the IDs of all the tweets of a user: the exact piece of information that can be used to erase tweet.

Thus, a simple application called “Twitter Archive Eraser” developed by Martani Fakhrou that helps you delete the oldest tweets from your timeline, or erase the whole archive too if you would like so.

Download and setup the Twitter Archive Eraser app by visiting this link.

There is two kinds of download app available:

  1. Standalone (portable) version: This version requires no installation and can be run directly.
  2. Installer version: The installer takes care of downloading the required libraries (.NET framework etc.), and installs the application to the start menu.

How to use Twitter Archive Eraser

The application is the simplest possible, it works in 3 steps: authenticate Twitter; select which tweets you want to delete; erase them.

Step 1

In this step, you give Twitter Archive Eraser access to your twitter account so that it can delete the tweets you select. This works by providing a PIN number that twitter provides after the authentication.

Note: You need to accept sharing several statistics to use Twitter Archive Eraser.

Step 1

Step 2

After you download your Twitter archive (from twitter.com/settings/account and you can load it directly as a zip file into Twitter Archive Eraser.

You can select which period of time you want to delete tweets from (grouped by month).

Step 2

Step 3

Once you have selected the months, you are now presented with all the tweets in this period of time. By default, all the tweets are marked for deletion, if you want to keep any specific tweets, just uncheck them as shown in the following picture.

You can use regular expressions to filter specific tweets to check/uncheck them (you can click the “Erase?” checkbox on top to check uncheck all the filtered tweets).

You can also choose the degree of parallelism you want: that is how many tweets Twitter Archive Eraser deletes at a time: the more the better. Notice however that this parameter is limited by your network speed.

You can pause/resume the deletion process and check/uncheck tweets in between.

Step 3

Common filtering expressions

Use the following filtering expressions to search for:

You can find the code of the application on github: github.com/martani/Twitter-Archive-Eraser. Developer mentions that all the Twitter logic is done using the excellent LinqToTwitter library.

Sadly, this app works only with Windows OS and yet developer is not further planning to develop this app for any other OS like Mac or linux. But don’t worry you can use apps like VMware or VirtualBox to switch to Windows and use the Windows apps.

Video explaining how to use Twitter Archive Eraser

Video: Martani Fakhrou