- 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
45 lines
702 B
JSON
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"
|
|
}
|