efemettotoot elimina i toot di Mastodon che sono più vecchi di un certo numero di giorni tranne quelli che:: sono appuntati; includono alcuni hashtag; hanno una certa visibilità; sono elencati individualmente https://mastodon.it
Go to file
Hugh Rundle d7a7292a2c fix equality in pip install 2020-09-05 18:00:28 +10:00
.github update templates 2020-07-04 14:23:39 +10:00
docs update docs for v3 2020-09-05 17:23:04 +10:00
ephemetoot standardise toot object references and fix prints 2020-09-05 17:14:34 +10:00
tests add tests 2020-09-05 17:24:10 +10:00
.gitignore ignore archive dir used in dev 2020-08-31 15:10:58 +10:00
CODE_OF_CONDUCT.md update CoC contact email 2020-07-05 17:21:07 +10:00
LICENSE first commit 2018-12-24 15:30:56 +11:00
README.md fix equality in pip install 2020-09-05 18:00:28 +10:00
example-config.yaml Fix non-absolute archive filepaths breaking 2020-07-18 15:45:20 +10:00
poetry.lock add pytest 2020-08-30 11:44:37 +10:00
pyproject.toml update version to 3 beta 0 2020-09-05 17:41:02 +10:00

README.md

🥳 ==> 🧼 ==> 😇

PRs Welcome

ephemetoot is a Python command line tool for deleting old toots.

NOTE: to install ephemetoot from pypi currently you must pin the beta version:

pip install ephemetoot==3.0.0-beta.0

Documentation

Prior work

The initial ephemetoot script was based on this tweet-deleting script by @flesueur

ephemetoot relies heavily on the Mastodon.py package by @halcy

Usage

You can use ephemetoot to delete Mastodon toots that are older than a certain number of days (default is 365). Toots can optionally be saved from deletion if:

  • they are pinned; or
  • they include certain hashtags; or
  • they have certain visibility; or
  • they are individually listed to be kept

Contributing

For all bugs, suggestions, pull requests or other contributions, please check the contributing guide.

License

This project and all contributions are licensed under the GPL 3.0 or future version