This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
volodymyrsmirnov/iCloud-API
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
iCloud-API ========== iClould Non Public API Implementation Based on https://www.icloud.com requests Made by Vladimir Smirnov ([email protected]) http://www.mindcollapse.com/ WARNING! This code could be used for educational purposes only. I.e. you should not use this code in any testing or production environments, otherwise you may violate Apple iCloud Terms and Condition and the Exodus 20:15 "Thou shalt not steal". The author is not responsible for any violation of this simple and clear rules. def getContactsList(self) def getNotesList(self) def getActiveRemindersList(self) def getCompletedRemindersList(self) def findMyIphone(self, refresh=False) def refreshWebAuth(self) def logout(self) def authenticate(self, rememberMe=False) def __init__(self, login, password): USAGE EXAMPLE: testCloud = iCloud(login="[email protected]", password="123456") testCloud.authenticate() print (testCloud.getContactsList()) testCloud.logout()
About
iClould Non Public API Implementation
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published