SkillAgentSearch skills...

Uber

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

Install / Use

/learn @joshhunt/Uber
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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": "your@email.com",
    "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).

Related Skills

View on GitHub
GitHub Stars36
CategoryDevelopment
Updated2y ago
Forks7

Languages

CoffeeScript

Security Score

60/100

Audited on Sep 15, 2023

No findings