Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkhamsing/delete_my_tweets
:baby_chick: Delete my tweets
https://github.com/dkhamsing/delete_my_tweets
tool twitter
Last synced: 19 days ago
JSON representation
:baby_chick: Delete my tweets
- Host: GitHub
- URL: https://github.com/dkhamsing/delete_my_tweets
- Owner: dkhamsing
- License: mit
- Created: 2016-04-26T16:46:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T13:51:35.000Z (about 8 years ago)
- Last Synced: 2024-10-08T16:01:44.942Z (29 days ago)
- Topics: tool, twitter
- Language: Ruby
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# delete_my_tweets
When you just want to start fresh š¤
![](http://i.giphy.com/5xaOcLwEvFOizxHVyVy.gif)
[![Gem Version](https://badge.fury.io/rb/delete_my_tweets.svg)](https://badge.fury.io/rb/delete_my_tweets)
## Installation
```shell
$ gem install delete_my_tweets
```## Configuration
```shell
$ 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
```shell
$ 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.
```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.