TwitterSweeper is a small application to delete your old, unpopular tweets.
- Delete, unretweet old tweets
- Keep tweets based on age, retweet or favourite count
- Keep tweets if we replied to them
- Keep keybase.io verification tweet no matter how old it is
To install from sources:
git clone git@github.com:Pr0Ger/TwitterSweeper.git
cd TwitterSweeper
go build
Get the Twitter API variables from https://apps.twitter.com and add the following variables to a config file (example in config.toml.example
):
TWITTER_CONSUMER_KEY=...
TWITTER_CONSUMER_SECRET=...
TWITTER_ACCESS_TOKEN=...
TWITTER_ACCESS_TOKEN_SECRET=...
Then just run TwitterSweeper
./TwitterSweeper