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
- Host: GitHub
- URL: https://github.com/mfa/4sq-backup
- Owner: mfa
- License: bsd-3-clause
- Created: 2014-05-30T14:05:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T15:15:29.000Z (about 12 years ago)
- Last Synced: 2025-02-07T14:22:42.024Z (over 1 year ago)
- Language: Python
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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