Giter Club home page Giter Club logo

findwifesphone's Introduction

FindWifesPhone

For some reason whoever designs woman clothes has decided women don't need pockets. Consequently, my wife can never find her phone! This project provides a class library that will log into iCloud and perform a find my phone for a given devices name. Simply provide the service your iCloud username and password, and the name of the device (as shown in iCloud).

##Known issues

  • If you have multiple devices with the same name, only the first device I find will be located.
  • You will get an e-mail every time you find the phone. I'm sure persisting a cookie will fix this, but for V1 this will do :)

##Project Structure The code you probably want is located in /FindWifesPhone.Library/FindPhoneService.cs. This contains all the code for communicating with iCloud

##Test windows application I have included a test windows application here /FindWifesPhone to just ensure the code works correctly for you. Simply fill the form, click find and hopefully your phone will go crazy.

##Hosted windows service I wanted to create a webserivce that I could post to from an arduino/using tasker on android whenever I wanted to find a phone. This project is a command prompt application which can easily be installed as a service.

Simply configure the app.config file and set the BaseUrl to an publically accessible url, then configure the username, password and the default device and run the exe. You can now make a post to http://url/findphone and a find my phone request will be made to the default configued device (you can append a device name after the find phone to search for a different device e.g. http://url/findphone/Ross's iPhone).

If everything is working you can install the command prompt as a service by simply running the exe with the paramaters "install start" after it. Use the help argument to see the list of options available.

findwifesphone's People

Watchers

James Cloos avatar George avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.