Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asim/tculler
TCuller is a tweet culler. It let's you delete all your tweets.
https://github.com/asim/tculler
delete tculler tweet-culler tweets twitter
Last synced: 2 months ago
JSON representation
TCuller is a tweet culler. It let's you delete all your tweets.
- Host: GitHub
- URL: https://github.com/asim/tculler
- Owner: asim
- License: apache-2.0
- Created: 2017-01-27T21:41:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T22:22:30.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T02:00:24.249Z (7 months ago)
- Topics: delete, tculler, tweet-culler, tweets, twitter
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TCuller
TCuller is a tweet culler. It let's you delete all your tweets and favorites.
```shell
go get github.com/asim/tculler
``````shell
tculler \
-consumer_key $CONSUMER_KEY -consumer_secret $CONSUMER_SECRET \
-access_token $ACCESS_TOKEN -access_secret $ACCESS_SECRET \
-username $USERNAME -csv_file=$CSV_FILE -older_than=$OLDER_THAN \
tweets
```## Usage
```shell
Usage of tculler:
-access_secret string
Twitter access secret
-access_token string
Twitter access token
-consumer_key string
Twitter consumer key
-consumer_secret string
Twitter consumer secret
-csv_file string
Path to tweets csv file (default "tweets.csv")
-older_than string
Delete tweets older than (1m|1h|1d) default deletes all
-username string
Username for media timeline deletiontculler
```