Configurable cleanup of your toot history on Mastodon. https://pypi.org/project/cleantoots
Go to file
2019-12-27 19:16:55 +01:00
cleantoots Simplify commands and config files management. Switch to poetry. 2019-12-27 19:16:53 +01:00
.gitignore Implement basic cleantoots features 2019-12-26 18:34:37 +01:00
LICENSE Create LICENSE 2019-12-26 18:43:55 +01:00
poetry.lock Simplify commands and config files management. Switch to poetry. 2019-12-27 19:16:53 +01:00
pyproject.toml Add more info in pyproject.toml and setup script install 2019-12-27 19:16:55 +01:00
README.md Add cleantweets mention 2019-12-26 19:12:54 +01:00

Cleantoots

The idea of cleantoots is highly inspired by magnusnissel/cleantweets.

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.