-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.toml
23 lines (20 loc) · 1.22 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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