-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (23 loc) · 1.74 KB
/
.env.example
File metadata and controls
36 lines (23 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Intel Swarm — Environment Config
# Copy this to .env and fill in your values
# Your Telegram user ID (for daily briefing delivery)
TELEGRAM_USER_ID=your_telegram_user_id
# Your OpenClaw workspace path (default: ~/your-username/.openclaw/workspace)
OPENCLAW_WORKSPACE=$HOME/.openclaw/workspace
# Intel Swarm project path
INTEL_SWARM_PATH=$HOME/.openclaw/workspace/projects/intel-swarm
BRAVE_API_KEY=your_brave_search_api_key_here # https://api.search.brave.com/
# ── PHASE 2: LIVE DATA APIs ──────────────────────────────────────────────────
# Get free keys at the URLs below. Routes gracefully return empty data without keys.
ACLED_ACCESS_TOKEN= # https://acleddata.com/data/data-export-tool (free researcher access)
ACLED_EMAIL= # Email used to register at ACLED
FRED_API_KEY= # https://fred.stlouisfed.org/docs/api/api_key.html (instant free)
NASA_FIRMS_API_KEY= # https://firms.modaps.eosdis.nasa.gov/api (free, instant)
CLOUDFLARE_API_TOKEN= # https://dash.cloudflare.com/profile/api-tokens → "Read analytics and logs"
OTX_API_KEY= # https://otx.alienvault.com → Sign up → API key in profile
FINNHUB_API_KEY= # https://finnhub.io/dashboard (free tier: 60 req/min)
EIA_API_KEY= # https://eia.gov/opendata/register.php (instant free)
WTO_API_KEY= # https://api.wto.org (free, register at developer portal)
# ── BREAKING INTEL PUSH (Telegram) ───────────────────────────────────────────
TG_PUSH_BOT_TOKEN= # Create bot via @BotFather on Telegram
TG_PUSH_CHANNEL_ID= # Your Telegram channel ID