micahflee / semiphemeral

Automatically delete your old tweets, except for the ones you want to keep
MIT License
885 stars 85 forks source link

Time for a new release? #104

Closed JohnVeness closed 1 year ago

JohnVeness commented 2 years ago

The README doesn't mention the "import" feature added in #23, and still says that deleting more than 3000 tweets might not work (which I hope is no longer the case).

EDIT: I've just noticed that "import" isn't in a released (tagged) version, so maybe it's time for a release too?

JackSzwergold commented 2 years ago

FWIW, if you want to get the new import functionality that exists in this GitHub repo’s master branch, just uninstall the version you initially installed via pip3 install like this:

pip3 uninstall semiphemeral

And now install this repo’s master branch version like this:

pip3 install git+ssh://git@github.com/micahflee/semiphemeral.git

Left more details on how import works in this other comment to a similar issue post.