This is a node script to delete tweets via the Twitter API.
This script uses node and the credentials from a Twitter application you've created on your own account.
If you don't want to use Yarn, you can just replace yarn
with npm
.
yarn
You can use:
yarn create-config
You need your screenname, API keys, and access tokens provided by Twitter when your application is approved.
To start deleting tweets:
yarn delete-tweets
To start unliking tweets from your timeline:
yarn unlike