2019-12-26 18:41:37 +01:00
|
|
|
# Cleantoots
|
2019-12-26 19:12:54 +01:00
|
|
|
The idea of cleantoots is highly inspired by [magnusnissel/cleantweets](https://github.com/magnusnissel/cleantweets).
|
2019-12-26 18:41:37 +01:00
|
|
|
|
|
|
|
## 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.
|
|
|
|
```
|