Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 989 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 989 Bytes

foursquare2ics

A set of scripts to fetch your foursquare.com checkin-history, storing them to mysql and offering an endpoint for fetching an ical-subscription

setup

  1. Setup the mysql-database with the /4sq2ics_checkins.sql template-file
  2. Install the composer dependencies
  3. Rename /etc/config.php.sample to /etc/config.php and add values for all constants (see notes)
  4. Setup a cron for /cron/fetch.php (e.g. once per hour)
  5. Point your calendar.app to /ics

notes

disclaimer

no error-handling or other security-features at the moment, this project is provided as is with no warranty