delete_my_tweets
When you just want to start fresh š¤
Installation
$ gem install delete_my_tweets
Configuration
$ delete_my_tweets --config
open this url in your browser (sign in and authorize): https://api.twitter.com/oauth/authorize?oauth_token=qAkIxAAAAAAAkM7bAAABVFNhDts
enter pin: 8166988
wrote config.yml š¤
Usage
$ delete_my_tweets
found 122 tweets
1 š RT @a2: OH @iwasleeg: āIām a programmer. Iām paid to think I know what Iām doing.ā
2 š RT @CoolAssPuppy: Kids, don't do drugs. Also don't start eating @WholeFoods trail mix. Same thing. #Help https://t.co/8Sr1YknywZ
# ...
all done š¤
Filtering
You can exclude tweets by editing config.yml. The following will exclude tweets with "Add" or "add" from deletion.
#...
access_token_secret: somethingsomethingsometh..
filter:
exclude:
- Add
- add
Related
Name | Language | SLOC | Stars |
---|---|---|---|
delete-tweets | python |
49 | 15 |
oldtweets | python |
115 | 26 |
TwitterDelete | ruby |
109 | 24 |
Contact
License
This project is available under the MIT license. See the LICENSE file for more info.