/bear-notes-daily-agenda-script

Small script meant to be run on my mac that generates a note daily in bear notes app.

Primary LanguagePython

Bear note taking app daily agenda

Script that generates a daily agenda note in Bear note app.

Quickstart

  1. Install icalbuddy
  2. Install python dependencies
pip install -r requirements.txt
  1. Add the following keys to your env vars.
BEAR_API_TOKEN=GET_BEAR_API_TOKEN_FROM_APP

Dependencies