Ecosyste.ms: Awesome
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
Last synced: 5 days ago
JSON representation
ðĶĪ Deletes tweets older than a certain age.
- Host: GitHub
- URL: https://github.com/brettbuddin/tprune
- Owner: brettbuddin
- License: mit
- Created: 2020-12-12T21:44:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T23:41:08.000Z (about 4 years ago)
- Last Synced: 2024-06-19T14:52:53.199Z (7 months ago)
- Topics: twitter
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```