Skip to content

Instantly share code, notes, and snippets.

View laurentg's full-sized avatar
😬
Thinking hard

Laurent Grégoire laurentg

😬
Thinking hard
  • Bordeaux, France
View GitHub Profile
@xydrolase
xydrolase / cyrides-utils.py
Created December 16, 2010 06:09
Sample code for retrieving all bus stops using Google's webservice. Theoretically, one could extract all venues within proximity of a given location.
#!/usr/bin/env python
import json
import re
import urllib
import random
import itertools
import time
import sys
class GMapsBusQuery: