“Find My” Python and Swift Libraries
I would like to add devices to the Apple “Find My” network, so that my wife can see my location based on the location of an Android phone.
FindMy.py
at least allows you to query the network. https://github.com/malmeloo/FindMy.py
The all-in-one library that provides everything you need to query Apple’s FindMy network!
It uses a reverse-engineered Apple Push Notification library, pypush
,, which was bought by Beeper – a service that sells Matrix chat with all kinds of integrations (‘bridges’), and which had to shut down their popular iMessage service last year.
There’s also a Swift port, which I find much easier to reason about compared to Python, of course: https://github.com/airy10/SwiftFindMy