15 lines
651 B
Bash
15 lines
651 B
Bash
# ── SimpleFIN personal finance ───────────────────────────────────────────────
|
|
#
|
|
# FIRST RUN: paste your Setup Token from https://beta-bridge.simplefin.org
|
|
# (Settings → Connect an app → copy the token)
|
|
## Get your key at: https://console.anthropic.com
|
|
ANTHROPIC_API_KEY=
|
|
|
|
# do not give below details if simplefin is not setup.
|
|
SIMPLEFIN_SETUP_TOKEN=
|
|
#
|
|
# AFTER FIRST RUN: the Access URL is written here automatically.
|
|
# Remove SIMPLEFIN_SETUP_TOKEN once this appears.
|
|
#
|
|
# SIMPLEFIN_ACCESS_URL=https://user:token@beta-bridge.simplefin.org/simplefin
|