Using lyft-rides-python-sdk with lyft.com

Python integration

Install
pip install lyft-rides-python-sdk
Quick start
import lyft-rides-python-sdk

# Use an OAuth2 access token
client = lyft_rides_python_sdk.Client(access_token="YOUR_ACCESS_TOKEN")
Pickup ETAs
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /eta
Cost estimates
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /cost
List rides
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /rides
SDK on GitHub 📄 API Docs
SDK
lyft-rides-python-sdk
Python
API
lyft.com
lyft.com
At a glance
Language Python
Endpoints16