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
Resolves#24Resolves#25
This commit adds a --pace argument, utilising the Mastodon.py option to slow down API calls to stay within the limit rather than pausing when it is hit.
Also adds timestamp in normal operation when the API limit is hit, and lists how many minutes left before reset.
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