/snaptweet

Delete your tweets after 24 hours

Primary LanguageJavaScriptMIT LicenseMIT

SnapTweet

I tiny Node app which automatically deletes your tweets after 24 hours, a bit like Snapchat.

Setup

  1. Register a new Twitter App, give it all permissions.
  2. Fill your consumer key/secret and access token key/secret in app.js
  3. Change the date on line 38, if you want a hard cutoff. Eg. Don’t delete any tweets before: March 3rd, 2016.
  4. Deploy somewhere, keep it running using Forever.js
  5. Have fun!