Skip to content

Instantly share code, notes, and snippets.

View spencerau's full-sized avatar

Spencer Au spencerau

  • Chapman University
View GitHub Profile
@henrik242
henrik242 / airtag-to-gpx-sync.sh
Last active July 15, 2025 03:01
Read AirTag data from the FindMy.app cache and convert to GPX
#!/usr/bin/env bash
#
# Reads AirTag data from the FindMy.app cache and converts it to a daily GPX file
#
# Rsyncs the data to a web accessible folder that can be displayed with e.g.
# https://gist.github.com/henrik242/84ad80dd2170385fe819df1d40224cc4
#
# This should typically be run as a cron job
#