-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (26 loc) · 783 Bytes
/
.env.example
File metadata and controls
34 lines (26 loc) · 783 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
29
30
31
32
33
34
# DeepSeek API Key (required for analysis)
DEEPSEEK_API_KEY=your_api_key_here
# HTTP settings
HTTP_TIMEOUT=30
MAX_RETRIES=3
USER_AGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
# Database
DB_PATH=./data/hackathons.db
# Logging
LOG_LEVEL=INFO
LOG_FILE=./logs/hakethon_hunter.log
# Scheduler
SCHEDULER_HOUR=9
SCHEDULER_MINUTE=0
# Platforms to scrape (comma separated)
ENABLED_PLATFORMS=dorahacks,ethglobal,devpost,gitcoin,replit,huggingface,buidlbox
# DeepSeek model
DEEPSEEK_MODEL=deepseek-chat
DEEPSEEK_MAX_TOKENS=4096
DEEPSEEK_TEMPERATURE=0.2
# Playwright headless mode
PLAYWRIGHT_HEADLESS=true
# Output directories
RAW_DATA_DIR=./data/raw
NORMALIZED_DATA_DIR=./data/normalized
REPORTS_DIR=./data/reports