Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 806 Bytes

readme.md

File metadata and controls

44 lines (27 loc) · 806 Bytes

Delete Tweets

This is a node script to delete tweets via the Twitter API.

To Run

0. Before You Begin

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.

1. Install the package dependencies:

yarn

2. Copy config.default.ts and rename to src/config.ts:

You can use:

yarn create-config

3. Fill-out config.ts with your information

You need your screenname, API keys, and access tokens provided by Twitter when your application is approved.

4. Run

To start deleting tweets:

yarn delete-tweets

To start unliking tweets from your timeline:

yarn unlike