An open API service indexing awesome lists of open source software.

https://github.com/mfa/4sq-backup

dump all checkins in foursquare from logged in user as json
https://github.com/mfa/4sq-backup

Last synced: about 1 year ago
JSON representation

dump all checkins in foursquare from logged in user as json

Awesome Lists containing this project

README

          

============
4sq-backup
============

dump all checkins in foursquare from logged in user as json

Setup
=====

1) get an API APP key on the foursquare page: https://foursquare.com/developers/apps
2) write a credentials.py with the following content (of course insert your data)

::

CLIENT_ID = ''
CLIENT_SECRET = ''

3) authorize your app for your account using
get_user_key.py

4) add to credentials.py

::

USER_TOKEN = ''

4) run backup.py