mfa / 4sq-backup

dump all checkins in foursquare from logged in user as json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 = ''
  1. authorize your app for your account using get_user_key.py
  2. add to credentials.py
USER_TOKEN = ''
  1. run backup.py

About

dump all checkins in foursquare from logged in user as json

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%