Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brettbuddin/tprune

ðŸĶĪ Deletes tweets older than a certain age.
https://github.com/brettbuddin/tprune

twitter

Last synced: 5 days 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"
```