Configurable cleanup of your toot history on Mastodon. https://pypi.org/project/cleantoots
Go to file
2019-12-26 18:43:55 +01:00
.gitignore Implement basic cleantoots features 2019-12-26 18:34:37 +01:00
config.py Add some doc 2019-12-26 18:41:37 +01:00
LICENSE Create LICENSE 2019-12-26 18:43:55 +01:00
main.py Implement basic cleantoots features 2019-12-26 18:34:37 +01:00
Pipfile Implement basic cleantoots features 2019-12-26 18:34:37 +01:00
Pipfile.lock Implement basic cleantoots features 2019-12-26 18:34:37 +01:00
README.md Add some doc 2019-12-26 18:41:37 +01:00

Cleantoots

Initial config

Only once

pipenv install
pipenv run python main.py create-app
pipenv run python main.py get-credentials

Run

See config.py for options.

pipenv run python main.py clean-toots  # Defaults to a dry run. Does NOT delete.
pipenv run python main.py clean-toots --delete  # Delete without prompt.