Skip to content

mattbatman/delete-tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Delete tweets via the Twitter API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published