https://github.com/connormac/uber-scraper
https://github.com/connormac/uber-scraper
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/connormac/uber-scraper
- Owner: ConnorMac
- Created: 2017-04-02T13:21:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T08:32:07.000Z (about 9 years ago)
- Last Synced: 2025-01-23T18:28:53.567Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uber-scraper
This is very rudementary way to do a quick calcution on your total spend on uber and the totals for each month.
It does not take into account discounts or shared rides.
1. Login to https://riders.uber.com/trips
2. Run the sections in order as specified in the manual.js file
3. run ``` node calculateThings.js ```
## TODO: Make a simple interface to auto-login and scrape all in one.