I tiny Node app which automatically deletes your tweets after 24 hours, a bit like Snapchat.
- Register a new Twitter App, give it all permissions.
- Fill your consumer key/secret and access token key/secret in
app.js
- Change the date on line 38, if you want a hard cutoff. Eg. Don’t delete any tweets before: March 3rd, 2016.
- Deploy somewhere, keep it running using Forever.js
- Have fun!