# ─────────────────────────────────────────────────────────────────────────────
# .env — Private configuration. NEVER share, email, or commit this file.
# ─────────────────────────────────────────────────────────────────────────────
# Everything here is loaded by config.py at startup. If you change a value,
# restart the server for it to take effect.
# ─────────────────────────────────────────────────────────────────────────────

# ── API keys ────────────────────────────────────────────────────────────────
# Claude API key — https://console.anthropic.com
ANTHROPIC_API_KEY=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

# Brave Search API key (free) — https://api.search.brave.com
BRAVE_SEARCH_API_KEY=BSABz5vKRkEUPy4t8lPju2yo__Ua732

# ── Your identity (used to personalise messages) ────────────────────────────
YOUR_NAME=Ermo
YOUR_COMPANY=Authentik Studio
YOUR_GOAL=book a quick call
YOUR_GOAL_LINK=https://calendly.com/ermo/discoverycall
YOUR_WEBSITE=https://www.authentikstudio.com

# ── Reddit credentials (for posting comments via browser) ──────────────────
REDDIT_USERNAME=info@ermoegberts.com
REDDIT_PASSWORD=gehaktbal18

# ── Optional overrides ──────────────────────────────────────────────────────
# Comma-separated list of locations to skip when finding leads
EXCLUDED_LOCATIONS=Netherlands,Nederland,Dutch, NL ,Holland

# Safety limits (do NOT raise these blindly — LinkedIn will ban the account)
MAX_CONNECTION_REQUESTS_PER_DAY=15
MAX_MESSAGES_PER_DAY=20
DELAY_BETWEEN_REQUESTS_SECONDS=90
POLL_INTERVAL_HOURS=4

# Follow-up behaviour
FOLLOW_UP_AFTER_DAYS=3
MAX_FOLLOW_UPS=1
