----------------
ADDED
- Read commandline flags with agparser
- Added --user flag to configure and use multiple accounts
- When sharing access to a group, `tootgroup.py` does no longer look for the last
time it wrote anything to the group to determine what has happened since. In
that case it persists timestamps and checks when the last run has happened to
search for any new toots or direct messages to process. This is needed because
any toots from other sources would cause `tootgroup.py` to miss notifications that
happened between it and tootgroup's last run. This feature writes the config
file to the disk every thime `tootgroup.py` is run and for that reason it is only
activated if a shared account requires it.