Puppeteer application for crawling uber and lyft for tax information
Go to file
2024-02-17 19:22:31 -08:00
src fix undefined uberLoginSeconds causing crash 2024-02-17 19:22:31 -08:00
.gitignore Generate csv 2024-01-03 17:54:56 -08:00
.prettierrc Import basic puppeteer code 2023-08-30 15:23:10 -07:00
LICENSE initial commit 2023-08-30 15:00:52 -07:00
options.json.example Add login timer 2024-02-06 05:57:14 -08:00
package-lock.json Generate csv 2024-01-03 17:54:56 -08:00
package.json Generate csv 2024-01-03 17:54:56 -08:00
README.md Add running instructions 2024-01-27 21:03:06 -08:00

Puppeteer application for crawling Uber and Lyft for tax information

SetUp

Start by copying options.json.example, removing the .example and filling in the options. Run npm ci inside of the directory.

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.