delete_my_tweets

Delete my tweets

MIT License

Downloads
5.9K
Stars
5
Committers
2

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.