Skip to content

Instantly share code, notes, and snippets.

@vanessaaleung
Last active September 28, 2019 06:53
Show Gist options
  • Select an option

  • Save vanessaaleung/022abe9c623be68fe35c39d2a0528efc to your computer and use it in GitHub Desktop.

Select an option

Save vanessaaleung/022abe9c623be68fe35c39d2a0528efc to your computer and use it in GitHub Desktop.
radius = 500
LIMIT = 100
url = 'https://api.foursquare.com/v2/venues/explore?client_id={}&client_secret={}&ll={},{}&v={}&radius={}&limit={}'.format(CLIENT_ID, CLIENT_SECRET, neighborhood_latitude, neighborhood_longitude, VERSION, radius, LIMIT)
results = requests.get(url).json()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment