sferik / t-ruby

A command-line power tool for Twitter.
http://sferik.github.com/t
MIT License
5.43k stars 408 forks source link

Cannot force-delete tweet #202

Open lukeredpath opened 10 years ago

lukeredpath commented 10 years ago

t delete status -f <tweetid>

Returns:

/Users/luke/.rbenv/versions/1.9.3-p429/bin/t: Sorry, that page does not exist

Deleting the tweet without the -f switch works.

44b7d5d32fc78037566e3b7e07ef10d9 commented 10 years ago

This would be a great feature to have when deleting multiple tweets or DMs

kerryrm commented 10 years ago

Is there a way to delete multiple tweets based on a query or @user mention?

allisonburtch commented 10 years ago

agreed. i'm trying to clean up my timeline and would like to delete all tweets that haven't been retweeted.

adeluccar commented 8 years ago

Any info on this? Part of the allure of using t is batch processing commands. I would like to delete all my faves periodically.

adeluccar commented 8 years ago

Nevermind: Noticed the -f flag in the code, tried it, and it worked. This issue should probably be closed. ;)