forked from slothsheepking/jobclaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (32 loc) · 1.21 KB
/
.env.example
File metadata and controls
38 lines (32 loc) · 1.21 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
37
38
# Core runtime
JOBCLAW_ENV=development
JOBCLAW_LOG_LEVEL=INFO
JOBCLAW_HEADLESS=true
JOBCLAW_MAX_JOBS=30
JOBCLAW_REQUEST_TIMEOUT=30
# LLM provider keys (authentication priority: Claude OAuth > ANTHROPIC_API_KEY > OPENAI_API_KEY)
OPENAI_API_KEY=
OPENAI_BASE_URL= # Optional: custom OpenAI API endpoint (for proxies, Azure, etc.)
ANTHROPIC_API_KEY=
JOBCLAW_LLM_MODEL=gpt-4o-mini
# Claude OAuth — uses your Claude Code CLI subscription, no API key needed.
# Install Claude Code (`npm i -g @anthropic-ai/claude-code`) and login;
# credentials are auto-detected from ~/.claude/.credentials.json.
CLAUDE_CREDENTIALS_PATH=
CLAUDE_MODEL=claude-sonnet-4-6
# Platform auth/session values (examples)
BOSS_COOKIE=
LINKEDIN_COOKIE=
# Boss直聘 application settings
BOSS_GREETING= # Greeting template, supports $company $title $name
BOSS_APPLY_DELAY_MIN=3.0 # Min seconds between applications
BOSS_APPLY_DELAY_MAX=8.0 # Max seconds between applications
BOSS_DAILY_LIMIT=100 # Daily application cap (1-150)
BOSS_SKIP_INACTIVE_DAYS=7 # Skip HR inactive for N days
# Notification channels
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
DISCORD_WEBHOOK_URL=
# Optional network settings
HTTP_PROXY=
HTTPS_PROXY=