Files
HOALedgerIQ_Website/agents/cast-iron-scout/config.json
olsch01 71790242f6 feat: Cast Iron Scout now hunting ULTRA-DEALS only (80%+ off)
- Updated min_discount_percent from 50% to 80%
- Only notifying on absolute steals now
- Still finding 40+ ultra-deals (Griswold #5 for .96!)
- No more moderate deals - only the best of the best
- Config updated and scanner tested
2026-04-10 08:10:25 -04:00

45 lines
702 B
JSON

{
"scan_interval_minutes": 30,
"min_discount_percent": 80,
"max_distance_miles": 500,
"preferred_brands": [
"griswold",
"wagner",
"wapak",
"birmingham",
"lodge",
"victor",
"hollowware"
],
"item_types": [
"skillet",
"griddle",
"dutch oven",
"pot",
"pan",
"grill pan",
"waffle iron",
"mold"
],
"condition_keywords": [
"rust",
"restoration",
"as-is",
"vintage",
"antique",
"estate",
"garage sale",
"dirty",
"needs work"
],
"exclude_keywords": [
"new",
"reproduction",
"replica",
"modern",
"calphalon",
"le creuset"
],
"telegram_target": "telegram:8269921691"
}