-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (22 loc) · 881 Bytes
/
.env.example
File metadata and controls
26 lines (22 loc) · 881 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
# Threads Graph API credentials
THREADS_ACCESS_TOKEN=replace-with-threads-access-token
THREADS_USER_ID=replace-with-threads-user-id
# OCI Object Storage configuration
THREADS_BUCKET=your-bucket-name
# THREADS_PREFIX=optional/subfolder
OCI_NAMESPACE=your-oci-namespace
OCI_REGION=your-oci-region
# OCI_PROFILE=DEFAULT
# Claude captioning
ANTHROPIC_API_KEY=replace-with-anthropic-api-key
THREADS_ENABLE_CAPTIONING=true
# Set THREADS_ENABLE_CAPTIONING=false to post without captions (ANTHROPIC_API_KEY can then be left blank)
# THREADS_CLAUDE_MODEL=claude-sonnet-4-5-20250929
# THREADS_CLAUDE_MAX_TOKENS=120
# THREADS_CAPTION_FALLBACK=Sharing today's inspiration ✨
# Telegram notifications (optional)
# TELEGRAM_BOT_TOKEN=your_telegram_bot_token
# TELEGRAM_CHAT_ID=your_telegram_chat_id
# Optional tuning
# THREADS_MEDIA_WAIT_SECONDS=30
# THREADS_PRESIGN_EXPIRATION_SECONDS=900