Checks for first run (no posts/toots on the Fediverse account, or no user folder present)
Argument --forceDate to allow setting a starting date for tweet retrieval (optionally forcing it on a user-by-user basis by providing twitter_username to identify the user on the config file)
Fixed
Handle instances being unreachable when trying to get version info to identify their platform
Enhancements
Reworked how arguments are parsed and processed with argparse
Pagination implemented for tweet retrieval (which allows tweets older than one week to be retrieved)
Included on this PR:
Added
--forceDate
to allow setting a starting date for tweet retrieval (optionally forcing it on a user-by-user basis by providingtwitter_username
to identify the user on the config file)Fixed
Enhancements
argparse
Closes #32 Closes #33