Commit Graph

9 Commits

Author SHA1 Message Date
Hugh Rundle 2e4bb69610
formatting with black 2024-05-19 12:35:19 +10:00
Hugh Rundle a3de1ecc85
update deps and remove poetry
Update all dependencies - this fixes some security issues with requests.
Poetry is a mess now, packaging with setuptools instead.
2024-05-19 12:31:06 +10:00
Hugh Rundle 490dad3bb8 reconfigure file structure and add toml for poetry 2020-08-26 21:59:01 +10:00
Hugh Rundle 0ce796c87e add --retry-mins option
This commit adds a --retry-mins option to enable users to choose how many minutes pass
between attempts to retry a toot deletion when there is an error.

Also re-organises documentation and bumps version to 2.6.
2020-08-23 16:53:03 +10:00
Hugh Rundle a777e18e12 update docs for v2.5
Updates README for new options
Updates version number
2020-07-18 18:04:27 +10:00
Hugh Rundle ad7eb48870 apply black code formatting 2020-07-04 10:56:23 +10:00
Hugh Rundle a1db933bbd Add --version flag
Commit adds a --version flag to display the current version (from setup.py) and also fetch the latest version (from the git repo).
Additionally includes the version number in the header when running deletions.
Resolves #27
2020-06-21 15:25:04 +10:00
Hugh Rundle abc7e07677 add launchd scheduling
adds --schedule and --time flags
improves CLI feedback
resolves #5
2020-04-25 08:53:19 +10:00
Hugh Rundle 61d0d01f12 use setuptools and add multi-user
Resolves #20 - now uses setuptools for easy installation with pip
Resolves #13 - can now manage multiple accounts
Config file is now in YAML and is passed to script with --config flag
Can now execute from anywhere
2020-04-20 20:14:58 +10:00