All Projects → joshhunt → uber

joshhunt / uber

Licence: other
Really quick and dirty scraper that pulls your trip data from Uber

Programming Languages

coffeescript
4710 projects

Note: This is no longer being maintained. Please see https://github.com/chriswhong/uber-trip-script for working fork.

#uberdata trip scraper

Really quick and dirty scraper that pulls your trip data from Uber, saves it as JSON and makes a map for you.

If you use this or find it interesting, let me know (I'm @joshhunt on twitter as well). As always, pull requests are welcome!

Setup

Just run npm install and probably npm install -g coffee-script to install dependancies, then you'll need to create a config.json with the following keys:

{
    "username": "[email protected]",
    "password": "yourSecurePassword",
    "tripPages": 3
}

Username and password are pretty self explanatory, tripPages is the max number of trips pages you have at https://riders.uber.com/trip

Then run with coffee app.coffee. Lots of progress logs are shown. At the end, it will generate a map.html with all your data (JSON will be embedded in that as a JS object in an inline <script> tag).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].