ubercrawler/options.json.example

9 lines
201 B
Plaintext
Raw Normal View History

2023-08-31 01:47:25 +00:00
{
2023-09-01 05:41:48 +00:00
"uberPhoneNumber": "1234567891",
"startDateIso": "2023-01-01",
2024-01-16 01:01:58 +00:00
"endDateIso": "2023-12-31",
2024-01-16 01:26:14 +00:00
"uberPath": "./uberResults.json",
2024-02-06 13:57:14 +00:00
"chromeExecutable": "/usr/bin/chromium",
"uberLoginSeconds": 100
2023-08-31 01:47:25 +00:00
}