This tool provides daemon service for Apple Reminders.app data exporter for Prometheus.
Install, init, and start. That's it !
All configs are provided from ~/.reminders-exporter/config.yml
file.
Create a configuration file with the following command and edit it.
- Config sample:
sample/configs.yml
.
This app is ONLY available on macOS and depends on reminders-cli
to retrieve data.
# install
brew tap keith/formulae
brew install legnoh/etc/reminders-exporter
# init & edit
reminders-exporter init
vi ~/.reminders-exporter/config.yml
# start
brew services start reminders-exporter