Skip to content

Docker recepie for tracking iDevices on Google MAp using iCloud API (find-my-iphone)

Notifications You must be signed in to change notification settings

rajr0/docker-show_my_idevices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-show_my_idevices

Docker recepie for tracking iDevices on Google MAp using iCloud API (find-my-iphone)

TO BUILD a docker image

TO RUN

  • $ export ITUNES_UNAME='your iTunes uuser-name'
  • $ export ITUNES_PASSWD='your iTunes password'
  • $ docker run --name show_my_idevices -itd -p 8000:8000 -e ITUNES_UNAME -e ITUNES_PASSWD show_my_idevices

** OR you can pass all user-name/password as arguments

  • $ docker run --name show_my_idevices -itd -p 8000:8000 show_my_idevices ./show_my_idevices.py "your iTunes uuser-name" "your iTunes password"

then point your browser to http:https://localhost:8000 to see all your iDevices as pins

Inspirations

About

Docker recepie for tracking iDevices on Google MAp using iCloud API (find-my-iphone)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages