Software Alternatives, Accelerators & Startups

How I Hacked Uber’s Hidden API to Download 4379 Rides

Seaborn Pandas Uber Driver API
  1. Seaborn is a Python data visualization library that uses Matplotlib to make statistical graphics.
    Pricing:
    • Open Source
    Below are the key insights. If you want to see the Python code I used to do this analysis and generate the charts using Seaborn, you can find my full analysis Jupyter notebook on my Github repo here: Tip Analysis.ipynb.

    #Development #Data Science And Machine Learning #Technical Computing 37 social mentions

  2. 2
    Pandas is an open source library providing high-performance, easy-to-use data structures and data analysis tools for the Python.
    Pricing:
    • Open Source
    As with any web scraping or data processing project, I had to write a fair amount of code to clean this up and shape it into a format I needed for further analysis. I used a combination of Pandas and regular expressions to clean it up (full code here).

    #Data Science And Machine Learning #Data Science Tools #Python Tools 219 social mentions

  3. A new API for developers to make driving more rewarding
    However, when I looked at the Drivers API on their site, I got the rude message that the API was “limited” and I had to apply for access. Seriously?! There must be another way.

    #Ride Sharing #Online Shopping #Taxi 1 social mentions

Discuss: How I Hacked Uber’s Hidden API to Download 4379 Rides

Log in or Post with