-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 1.13 KB
/
Copy path.env.example
File metadata and controls
31 lines (25 loc) · 1.13 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
# Copy to .env and fill in. .env is gitignored.
# Telegram bot token from @BotFather
BOT_TOKEN=
# Comma-separated Telegram user IDs with admin rights
ADMIN_USER_IDS=
# Optional overrides
# DB_PATH=data/techhunter.db
# DEFAULT_CITY_SLUG=rossiya
# TELEGRAM_PROXY=http://127.0.0.1:1080 # socks5://... or http://...
# Recycle Chrome on this interval (seconds) to flush memory / reset throttling
# on long runs. Lower it if RAM-tight or throttled sooner, 0 to disable.
# Session survives the restart.
# BROWSER_RESTART_INTERVAL_SEC=600
# Newest listings window scanned on every fast cycle. Keep this small: 2-3 pages
# catches high-volume moments without turning the fast loop into a slow crawl.
# FAST_SCAN_PAGES=3
# Discovery Mode (broad category scan).
# Baselines are learned cheaply from search cards; a listing is only opened
# when it already looks like a deal. DEEP_PER_CYCLE caps those detail opens.
# MIN_PRICE is the junk floor (drops "старое говно"); no-name brands are
# already excluded by the model normalizer.
# DISCOVERY_MIN_PRICE=5000
# DISCOVERY_DEEP_PER_CYCLE=15
# DISCOVERY_MIN_PROFIT_RUB=7000
# DISCOVERY_MIN_PROFIT_RATIO=0.20