Skip to content
williala edited this page Jan 9, 2015 · 1 revision

Simple Python script to export your Foursquare history into a CSV file compatible with Google Calendar import.

Base of this script was derived from: this page

Code

Instructions

  1. Install python library Requests

  2. Get your foursquare auth token

  3. After inserting your token into the script, run with python run.py

  4. For good measure, verify the CSV output (in same directory) looks right: head checkins.csv

  5. Create a new calendar to load your history. You can bulk import, but you CANNOT bulk delate, other than deleting the entire calendar.

  6. Other Calendars -> Import Calendar. Select which calendar you want to load and the CSV file.

Clone this wiki locally