Configurable cleanup of your toot history on Mastodon.
https://pypi.org/project/cleantoots
.gitignore | ||
config.py | ||
main.py | ||
Pipfile | ||
Pipfile.lock | ||
README.md |
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.