Take all your toots and make a DayOne journal entry.
This saves the last seen toot id so subsequent runs will only show all the toots since then. If you miss a day of running this it, it will backfill up to the pagination limit.
brew install python
pip3 install tootlogger
You will need to manually generate your access token and create a config file
/settings/applications
and create the new app
access_token
$HOME/.tootlogger.toml
tootlogger.toml
in the local directory you run the command from["account_name"]
instance = "https://mastodon.social"
access_token = "really big string"
["cool account @ bofh.lol"]
instance = "https://bofh.lol"
access_token = "different big string"
tootlogger
to log all of your toots to DayOne