-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 957 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ── Required ──────────────────────────────────────────────────
ANTHROPIC_API_KEY=your-api-key-here
FINNHUB_API_KEY=your-finnhub-key-here
# ── Reddit (optional — leave blank to skip Reddit sentiment) ──
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
REDDIT_USER_AGENT=thesis-engine/1.0
# ── Congress trades (optional — leave blank to skip Layer 13) ─
QUIVER_API_KEY=
# ── Email alerts ──────────────────────────────────────────────
# NOTIFY_EMAIL = your Gmail address (alerts go here)
# EMAIL_PASSWORD = Gmail APP PASSWORD (16-char code from Google)
# NOT your real Gmail password. Generate one at:
# myaccount.google.com > Security > 2-Step Verification > App Passwords
NOTIFY_EMAIL=your@email.com
EMAIL_PASSWORD=your-gmail-app-password