-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig.toml
More file actions
36 lines (32 loc) · 1.94 KB
/
config.toml
File metadata and controls
36 lines (32 loc) · 1.94 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
# Modify this configuration file directly when using the CLI, or via the menu on the left in the GUI app
[search]
device_family = "iphone_16_pro" # the device family
models = ["MYM93LL/A", "MYMD3LL/A"] # the device types
carriers = ["UNLOCKED/US"] # the carriers, if applicable
country_code = "us" # the country code
zip_code = "94061" # the zip-code area, can be left empty to use specific stores
stores = [] # store-codes to search, can be left empty when using zip-code
[general]
polling_interval_seconds = 120 # recommended to make it > 10 seconds to account for processing time, make it > 30 when using random proxies
report_after_n_counts = 30 # after how many times a report should be generated
data_path = "data.csv"
log_path = "log.txt"
randomize_proxies = false
[telegram]
username = "" # Your Telegram username (messages will be sent to this user)
api_id = "" # Telegram bot API ID (usually an 8-digit number)
api_hash = "" # Telegram bot API hash
bot_token = "" # Telegram bot token
session_name = "iPhone16ProFinder" # A unique name to create the virtual telegram client
# Notification preferences for Telegram
[notifications]
on_start = true # Notify when monitoring starts
on_stop = true # Notify when monitoring stops
on_stock_available = true # Notify when stock is available
on_appointment_available = true # Notify when appointment is available
on_newly_available = true # Notify when newly available stock is detected
on_auto_report = true # Notify with auto-generated reports
on_proxy_depletion = true # Notify when proxies are depleted
on_long_processing_warning = true # Notify when processing takes too long
on_connection_error = true # Notify on connection errors
on_error = true # Notify on general errors