lukeIam / MqttFindMyPhone

Triggers Android FindMyPhone requests via mqtt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MqttFindMyPhone

Triggers Android FindMyPhone requests via mqtt as there is no official api.

Warning

This solution requires to store your Google session cookies. If someone steals them, they can be used nearly as your credentials (e.g. access your mails, ...).

Also, this is not a well build tool, it's just the solution I use for myself.

How to use

  • clone the repo
git clone https://github.com/lukeIam/MqttFindMyPhone.git
  • build the docker image
docker-compose build
  • run the docker container
docker-compose up -d
  • wait until a message Not logged in is published on topic FindMyPhone/log
  • open a private tab in your browser, login to https://google.com and export the cookies with EditThisCookie
  • post the cookie-json as payload to FindMyPhone/setCookie (only required once - cookies are stored and refreshed automatically)
  • post the device name (exactly as shown here) to FindMyPhone/ring to trigger a ring (takes a few seconds)

About

Triggers Android FindMyPhone requests via mqtt

License:MIT License


Languages

Language:Python 90.3%Language:Dockerfile 7.8%Language:Shell 1.9%