Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ad/findmyticker
https://github.com/ad/findmyticker
airtag findmy homeassistant
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ad/findmyticker
- Owner: ad
- License: mit
- Created: 2024-01-20T07:56:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T06:30:04.000Z (11 months ago)
- Last Synced: 2024-11-15T21:34:50.850Z (about 2 months ago)
- Topics: airtag, findmy, homeassistant
- Language: Go
- Homepage:
- Size: 33.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# findmyticker
### build
```go build -o ./build/FindMy\ ticker.app/Contents/MacOS/findmyticker .```
### run
Allow run by adding `findmyticker` app in `Settings->Privacy&Security->Full disk access` by `+`
and then
`xattr -d com.apple.quarantine /Applications/FindMy\ ticker.app`
### How it works
While FindMy is running, it stores the information of your devices in temporary files `~/Library/Caches/com.apple.findmy.fmipcore/Items.data` and `~/Library/Caches/com.apple.findmy.fmipcore/Devices.data` in JSON format. The app periodically reads these files and stores a new record for each device if there is an update.