Skip to content

Instantly share code, notes, and snippets.

@janosgyerik
janosgyerik / dump-foursquare-categories.py
Created June 10, 2012 19:05
Dump foursquare categories to a file in JSON format
#!/usr/bin/env python
#
# Notes:
#
# - python API home:
# https://github.com/mLewisLogic/foursquare
#
# - foursquare API home:
# https://developer.foursquare.com/
#