RubyGems Navigation menu

i_delete_my_tweets 0.6.2

A CLI (as in Command Line Interface) to delete your tweets based on faves, RTs, and time. There are some services out there with a friendly web interface, but this is not one of them. You must know the basics of working with a UNIX terminal and configuring a Twitter API app, as this will only work if you have a Twitter Developer account. Due to the irrevocable nature of tweet deletion, all delete commands are dry-run true, meaning you must call all of them with a --dry-run=false flag if you want them to really do something. Called with --dry-run=false, there is no way to revoke tweet deletion. They are just gone, disappeared into the ether (or the stashed in the Twitter-owned secret place you have no access to without a mandate since nothing gets really deleted from the web these days, folks). This tool won't delete all of your tweets in one fell swoop; it is more of a way to delete your old tweets from time to time. The Twitter API rate limits are relatively complicated, and I don't even wanna go there, but if you do intend on deleting all of your tweets, you can do it with this CLI and some perseverance. I did delete more than 100k of mine by using this script every day for a couple of weeks. The more tweets you delete, the fewer of them you have, and with time the rate limits won't be that much of a problem. I Delete My Tweets (IDMT) can delete your tweets by fetching them via API using an APP you will have to set up yourself. Still, it can also delete tweets from an CSV (comma-separated file) that you can generate from the archive you can request from twitter.com by going to Settings and privacy > Your Account > Download an archive of your data. It is out of the scope of this CLI to generate the CSV (at the moment) but there are scripts out there that can do this for you.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.6.2 - May 05, 2023 (16 KB)
  2. 0.6.1 - May 05, 2023 (16 KB)
  3. 0.6.0 - December 15, 2022 (16 KB)
  4. 0.5.0 - June 17, 2022 (16 KB)
  5. 0.4.0 - June 08, 2022 (15.5 KB)
Show all versions (9 total)

Runtime Dependencies (9):

activesupport ~> 6.1.7.3
csv ~> 3.0.9
dotenv ~> 2.7.6
oauth ~> 0.5.5
progress ~> 3.6.0
semver2 ~> 3.4.2
terminal-table ~> 3.0.2
thor ~> 1.2.1
twitter ~> 7.0.0

Development Dependencies (4):

bundler >= 1.0, < 3
rubocop ~> 1.29
rubocop-rspec ~> 2.10.0

Owners:

Pushed by:

Authors:

  • 'Fabio, Mont, Alegre'

SHA 256 checksum:

114f3c669704221f46efa55f432b4715917dfb70632115e01e4da3cf2dedb79a

Total downloads 5,219

For this version 427

License:

MIT

Required Ruby Version: >= 2.6.5

New versions require MFA: true

Version published with MFA: true

Required Rubygems Version: >= 1.3.5

Links: