You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config file:
[search]
device_family = "iphone_16_pro_max" # the device family
models = ["MYW33LL/A", "MYW63LL/A"] # the device types
carriers = ["UNLOCKED/US"] # the carriers, if applicable
country_code = "us" # the country code
zip_code = "78705" # the zip-code area, can be left empty to use specific stores
stores = []
[general]
polling_interval_seconds = 60 # 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
Output of app.py:
NiceGUI ready to go on http://localhost:8000
Timer cancelled because client is not connected after 60.0 seconds
The text was updated successfully, but these errors were encountered:
Config file:
[search]
device_family = "iphone_16_pro_max" # the device family
models = ["MYW33LL/A", "MYW63LL/A"] # the device types
carriers = ["UNLOCKED/US"] # the carriers, if applicable
country_code = "us" # the country code
zip_code = "78705" # the zip-code area, can be left empty to use specific stores
stores = []
[general]
polling_interval_seconds = 60 # 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
Output of app.py:
NiceGUI ready to go on http://localhost:8000
Timer cancelled because client is not connected after 60.0 seconds
The text was updated successfully, but these errors were encountered: