2024-01-27 21:03:06 -08:00
|
|
|
Puppeteer application for crawling Uber and Lyft for tax information
|
2023-11-11 22:52:14 -08:00
|
|
|
|
|
|
|
# SetUp
|
|
|
|
|
|
|
|
Start by copying options.json.example, removing the .example and filling in the options.
|
|
|
|
Run `npm ci` inside of the directory.
|
|
|
|
|
2024-01-27 21:03:06 -08:00
|
|
|
# Running the Program
|
|
|
|
|
|
|
|
Edit options.json
|
|
|
|
Run `node ./src/index.js`
|
|
|
|
Rename uberResults.json to whatever the uberPath in options.json is.
|
|
|
|
Run `node ./src/generateCSV.js`
|
|
|
|
You should now have a CSV file.
|