Sha256: 59c8857c012c299f294d0456a8e1dbd305b28b35a1b9cf57f4e53365502b6ffa

Contents?: true

Size: 1.61 KB

Versions: 2

Compression:

Stored size: 1.61 KB

Contents

# 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.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
delete_my_tweets-0.1.1 README.md
delete_my_tweets-0.1.0 README.md