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
- Host: GitHub
- URL: https://github.com/joho/twitter-bomb-disposal
- Owner: joho
- License: mit
- Created: 2021-05-26T00:03:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T00:03:42.000Z (about 5 years ago)
- Last Synced: 2025-09-15T13:42:27.071Z (9 months ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.