# delete_my_tweets When you just want to start fresh šŸ¤ ![](http://i.giphy.com/5xaOcLwEvFOizxHVyVy.gif) ## Installation ```shell $ git clone https://github.com/dkhamsing/delete_my_tweets.git $ cd delete_my_tweets/ $ rake install ``` ## Configuration ```shell $ delete_my_tweets --config delete_my_tweets 0.1.0 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 ```shell $ delete_my_tweets delete_my_tweets 0.1.0 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. ```yml #... access_token_secret: somethingsomethingsometh.. filter: exclude: - Add - add ``` ## Related | Name | Language | SLOC | Stars | | ---- | -------- | ---: | ----: | | [delete-tweets](https://github.com/koenrh/delete-tweets) |`python` | 49 | 15 | [oldtweets](https://github.com/olivierthereaux/oldtweets) |`python` | 115 | 26 | [TwitterDelete](https://github.com/mikemcquaid/TwitterDelete) | `ruby` | 109 | 24 ## Contact - [github.com/dkhamsing](https://github.com/dkhamsing) - [twitter.com/dkhamsing](https://twitter.com/dkhamsing) ## License This project is available under the MIT license. See the [LICENSE](LICENSE) file for more info.