ubercrawler/options.json.example
PAlexanderFranklin 4310220c58 Add login timer
2024-02-06 05:57:14 -08:00

9 lines
201 B
Plaintext

{
"uberPhoneNumber": "1234567891",
"startDateIso": "2023-01-01",
"endDateIso": "2023-12-31",
"uberPath": "./uberResults.json",
"chromeExecutable": "/usr/bin/chromium",
"uberLoginSeconds": 100
}