Skip to content

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

Notifications You must be signed in to change notification settings

williala/foursquareToGcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Base of this script was derived from: this page

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 in Google. You can bulk import, but you CANNOT bulk delate without deleting the entire calendar.

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages