-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
50 lines (44 loc) · 1.05 KB
/
config.example.yaml
File metadata and controls
50 lines (44 loc) · 1.05 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
39
40
41
42
43
44
45
46
47
48
49
50
# mac-mini-hunter configuration
# Copy this file to config.yaml and edit with your settings
targets:
- model: "Mac Mini M1"
maxPrice: 400
condition: "good" # any, fair, good, excellent
platforms:
- ebay
- backmarket
- swappa
- model: "Mac Mini M2"
maxPrice: 500
condition: "good"
platforms:
- ebay
- backmarket
platforms:
ebay:
enabled: true
apiKey: "" # eBay Browse API key
marketplace: "EBAY_US"
backmarket:
enabled: true
apiKey: "" # BackMarket API key
country: "us"
swappa:
enabled: true
apiKey: "" # Swappa API key
notifications:
console: true
webhook:
enabled: false
url: ""
logFile:
enabled: true
path: "./purchase-history.log"
monitoring:
intervalSeconds: 300 # 5 minutes between scans
maxPurchasesPerDay: 3
autoPurchase: false # Set to true to enable auto-buy
payment:
configured: false
# Payment details are loaded from environment variables:
# MAC_HUNTER_PAYMENT_TOKEN