Metadata-Version: 2.1
Name: cleantoots
Version: 0.1.4
Summary: Cleanup your toot history.
Home-page: https://github.com/Crocmagnon/cleantoots/tree/master
License: GPL-3.0-or-later
Keywords: mastodon,toot
Author: Gabriel Augendre
Author-email: gabriel@augendre.info
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: Mastodon.py (>=1.5.0,<2.0.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: pendulum (>=2.0.5,<3.0.0)
Description-Content-Type: text/markdown

# Cleantoots

## Initial config

Only once

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

## Run

See `config.py` for options.

```bash
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.
```

