GitHunt
WI

wimglenn/divvybikes

Random Divvy Bikes API stuff

Divvy Bikes

City Explorer is cool, but figuring out what are really Divvy bike stations and what are just public racks is not fun.
See https://community.bikeangels.com/discussions/bike-angels-general/please-remove-public-racks-from-the-city-explorer/3333

This repository contains some tooling for rendering your City Explorer using the Google Maps API and removing those public racks.

Quickstart:

git clone git@github.com:wimglenn/divvybikes.git
cd divvybikes
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

# get Lyft access token from browser cookies after signing in on divvybikes.com
# the access token should be placed at ~/.lyft_token

# (optional) get a Google Maps API token and place it at ~/.google_api_key

python3 -m divvybikes -d

The result should be something like this:

Image

Languages

Python100.0%

Contributors

Created June 3, 2025
Updated February 25, 2026
wimglenn/divvybikes | GitHunt