An open API service indexing awesome lists of open source software.

https://github.com/joho/twitter-bomb-disposal

Delete all your tweets that don't do numbers
https://github.com/joho/twitter-bomb-disposal

Last synced: 28 days ago
JSON representation

Delete all your tweets that don't do numbers

Awesome Lists containing this project

README

          

# Twitter Bomb Disposal

Sometimes you tweet something and it bombs.

Delete all those.

## Usage

To run this barely complete script:

* go request an export of all your twitter activity and wait a few days
* go register yourself a twitter app at https://developer.twitter.com/
* clone this repo
* copy `.env.sample` to `.env` and fill in env vars with credentials from your twitter app and the path to your exported archive
* `npm run start`

If you want different rules for what to delete just hack them into `src/index.ts`

It uses a CSV file as a "database" to store progress on what's already been deleted so it can be restarted/re-run safely.

## Licence

MIT © John Barton 2021

## Contributions

I probably don't want any. Try your luck.