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 back fill up to the pagination limit.
- Ensure you have Python 3.11+ on your Mac
- homebrew makes this easy with
brew install python
- homebrew makes this easy with
- Install the DayOne Command Line Interface
- Install tootlogger with
pip install tootloggeroruv tool install tootlogger
You will need to manually generate your access token and create a config file
- Log into your mastodon instance
- go to
/settings/applicationsand create the new appreadis the only checkbox needed
- Note down the
access_token - Repeat this for all accounts you want to log
- Create a config file like the example below (or in this repo) in one of two places
$HOME/.tootlogger.tomltootlogger.tomlin the local directory you run the command from
["account_name"]
instance = "https://mastodon.social"
access_token = "really big string"
["cool account @ hachyderm.io"]
instance = "https://hachyderm.io"
access_token = "different big string"- run
tootloggerto log all of your toots to DayOne - Set up
tootloggerto run daily or whenever you toot enough