0.0.2 • Published 9 years ago

rehatch v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

rehatch

One of the main problems when it comes to deleting all your tweets from your Twitter account is... Twitter. Turns out the Twitter API doesn't allow to retrieve tweets older than your last 3200 tweets.

So how does rehatch work, then? Well, turns out Twitter does provide a way to get a compilation of all your tweets: your Twitter Archive. Rehatch takes advantage of this, and uses your archive to parse all the tweets in your account and delete them one by one.

Rehatch doesn't work at light speed. You'll probably need to wait for a while before it completes. It all depends on the number of tweets you have.

Usage

  1. Create a Twitter application in order to get a consumer key, consumer secret, access token and access token secret.
  2. Download your Twitter Archive.
  3. Run the following:
$ [sudo] npm install -g rehatch
$ rehatch PATH_TO_TWITTER_ARCHIVE_FOLDER
0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago