biemster / FindMy

Query Apple's Find My network
293 stars 47 forks source link

report to kml #16

Open Cyl0nius opened 1 year ago

Cyl0nius commented 1 year ago

For easier portability between operating systems, here is a script to convert a generated report (request_reports.py) to *.kml format. Just run a 'request_reports.py > input.txt' and after the following script. It will generate a .kml file for each provided keyset.

make_kml.txt

zhzhzhy commented 5 months ago

make_kml.txt Here is a update version for the python script