Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baruchiro/delete-tweets
Automatically delete all your Twitter (Circle) tweets
https://github.com/baruchiro/delete-tweets
delete-data personal-data scraping twitter
Last synced: 26 days ago
JSON representation
Automatically delete all your Twitter (Circle) tweets
- Host: GitHub
- URL: https://github.com/baruchiro/delete-tweets
- Owner: baruchiro
- Created: 2023-07-10T08:25:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-21T00:06:44.000Z (9 months ago)
- Last Synced: 2024-04-30T05:48:06.113Z (6 months ago)
- Topics: delete-data, personal-data, scraping, twitter
- Language: TypeScript
- Homepage:
- Size: 84 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delete Your Old Tweets
1. [Download your Twitter archive](https://twitter.com/settings/download_your_data), which contains all your tweets.
1. Locate the JSON contains your tweets, which is `data/tweet.js` (or `data/twitter-circle-tweet.js`) in the archive.
1. Run this project with `yarn && yarn start data/tweet.js`.
1. It will wait you for login
1. After login, it will delete all your tweets.