-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.config.yml
More file actions
76 lines (70 loc) · 2.91 KB
/
Copy pathsample.config.yml
File metadata and controls
76 lines (70 loc) · 2.91 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
selenium:
driver_path: path/to/chromedriver
# Proxy rotation (ANTI-04): opt-in, disabled by default.
# Set enabled: true and list one or more proxy URLs to activate rotation.
# URL format: scheme://[user:pass@]host:port
# - http://proxy.example.com:8080
# - http://user:pass@proxy.example.com:8080
# - socks5://proxy.example.com:1080
# SECURITY: proxy URLs with user:pass credentials are stored locally in
# config.yml (which is gitignored). Credentials are never logged; only
# host:port appears in log output (e.g. "Proxy rotation: enabled, pool_size=2").
proxy:
enabled: false
urls: []
# Example (replace placeholder host before use):
# - http://user:pass@proxy.example.com:8080
max_failures: 3 # consecutive failures before a proxy enters cooldown
cooldown_secs: 300 # seconds a failed proxy waits before re-entering the pool
# CAPTCHA solving (ANTI-06/07): opt-in, disabled by default.
# The 2captcha API key is stored EXCLUSIVELY in the credential store as
# TWOCAPTCHA_API_KEY and is never written in this file.
# To set the key: use `shopbot secret set TWOCAPTCHA_API_KEY` or set the
# TWOCAPTCHA_API_KEY environment variable before starting the bot.
#captcha:
# enabled: false
# max_solves_per_run: 10 # hard cap on automated solves per run
# low_balance_threshold: 1.00 # USD -- WARNING logged when balance falls below this
# Credentials are NOT stored here. Set AMZ_EMAIL, AMZ_PWD, BB_EMAIL, BB_PASSWORD
# as environment variables (see .env.example); the CVV is collected at runtime
# via a hidden prompt and never written to disk.
platforms:
amazon:
delay_seconds: 30.0
delay_jitter: 10.0
bestbuy:
delay_seconds: 30.0
delay_jitter: 10.0
debug:
logging_level: 5
test_mode: true
available:
timeout: 10
short_url: true
alert_type: mp3
items:
- name: "Magic: The Gathering - Final Fantasy Play Booster Box (30 Packs)"
link: "https://www.amazon.com/Magic-Gathering-Final-Fantasy-Booster/dp/B0DTMQBLSY?ref_=ast_sto_dp"
type: card_mtg
auto_buy: true
quantity: 2
- name: "Magic: The Gathering Fantasy Collector Booster"
link: "https://www.amazon.com/Magic-Gathering-Fantasy-Collector-Booster/dp/B0DTN5HJD5?ref_=ast_sto_dp"
type: card_mtg
auto_buy: true
quantity: 4
- name: "Magic: The Gathering Fantasy Collectors Commander"
link: "https://www.amazon.com/Magic-Gathering-Fantasy-Collectors-Commander/dp/B0DTMRCY7J?ref_=ast_sto_dp"
type: card_mtg
auto_buy: true
quantity: 1
- name: "Magic: The Gathering - Final Fantasy Bundle"
link: "https://www.amazon.com/dp/B0DTMNNYN1?psc=1&smid=ATVPDKIKX0DER&ref_=chk_typ_imgToDp"
type: card_mtg
auto_buy: false
quantity: 1
- name: "Magic: The Gathering - Final Fantasy Bundle: Gift Edition"
link: "https://www.amazon.com/Magic-Gathering-Final-Fantasy-Bundle/dp/B0DTN6KRQQ?ref_=ast_sto_dp"
type: card_mtg
auto_buy: false
quantity: 1