An open API service indexing awesome lists of open source software.

https://github.com/brettbuddin/tprune

🦤 Deletes tweets older than a certain age.
https://github.com/brettbuddin/tprune

twitter

Last synced: 4 months ago
JSON representation

🦤 Deletes tweets older than a certain age.

Awesome Lists containing this project

README

        

# tprune

Deletes tweets older than a certain age.

## Usage

```
tprune \
-username=brettbuddin \
-max-age=24h \
-consumer-key="$TPRUNE_CONSUMER_KEY" \
-consumer-secret="$TPRUNE_CONSUMER_SECRET"
-oauth-token="$TPRUNE_OAUTH_TOKEN" \
-oauth-token-secret="$TPRUNE_OAUTH_TOKEN_SECRET"
```