ubercrawler/options.json.example

9 lines
201 B
Plaintext
Raw Permalink Normal View History

2023-08-30 18:47:25 -07:00
{
2023-08-31 22:41:48 -07:00
"uberPhoneNumber": "1234567891",
"startDateIso": "2023-01-01",
2024-01-15 17:01:58 -08:00
"endDateIso": "2023-12-31",
2024-01-15 17:26:14 -08:00
"uberPath": "./uberResults.json",
2024-02-06 05:57:14 -08:00
"chromeExecutable": "/usr/bin/chromium",
"uberLoginSeconds": 100
2023-08-30 18:47:25 -07:00
}