-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 756 Bytes
/
Copy path.env.example
File metadata and controls
28 lines (22 loc) · 756 Bytes
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
# === REQUIRED — agent won't start without these ===
ANTHROPIC_API_KEY=your-anthropic-api-key-here
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
TELEGRAM_WEBHOOK_URL=https://your-domain.com/agent
TELEGRAM_WEBHOOK_SECRET=
# Threads API (publishing + metrics)
# Get from: https://developers.facebook.com → Threads API
THREADS_ACCESS_TOKEN=
THREADS_USER_ID=
# Apify (Threads scraping for viral content discovery)
# Get from: https://console.apify.com/account/integrations
APIFY_API_TOKEN=
# API authentication (required in production for /api/* endpoints)
API_SECRET_KEY=
# === OPTIONAL ===
LANGSMITH_API_KEY=
LANGSMITH_PROJECT=autoviralai
# App config
ACCOUNT_ID=default
TARGET_FOLLOWERS=100
# NOTE: ENV and POSTGRES_URI are set by docker-compose.prod.yml