-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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
-
Install python library Requests
-
Get your foursquare auth token
-
After inserting your token into the script, run with
python run.py -
For good measure, verify the CSV output (in same directory) looks right:
head checkins.csv -
Create a new calendar to load your history. You can bulk import, but you CANNOT bulk delate, other than deleting the entire calendar.
-
Other Calendars -> Import Calendar. Select which calendar you want to load and the CSV file.