Simple Node JS script to delete tweets, comments, retweets, likes, etc from profile
This is a more complete and ready to go version of the gist found here
To Use:
- Install NodeJS
- Open repo in VS Code or other code editor
- Open terminal and navigate to repo location
- Run
npm i twitter
- Switch out keys, tokens and username with actual credentials
- Run
node .