Skip to content

Instantly share code, notes, and snippets.

@avivl
Last active September 8, 2018 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avivl/183d27f20cc1d8742f9f74853299790f to your computer and use it in GitHub Desktop.
Save avivl/183d27f20cc1d8742f9f74853299790f to your computer and use it in GitHub Desktop.
api = PyiCloudService(user_mail, password)
location = api.iphone.location()
if location['isOld']:
fulfillment_text = "Can't get an accurate location for %s" % Name
body = '{"fulfillmentText":"%s"}' % fulfillment_text
return body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment