• This repository has been archived on 30/Oct/2020
  • Stars
    star
    110
  • Rank 315,323 (Top 7 %)
  • Language
    Python
  • Created almost 12 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iClould Non Public API Implementation
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()

More Repositories

1

MalwareMultiScan

Self-hosted VirusTotal / MetaDefender wannabe with API, demo UI and Scanners running in Docker.
C#
335
star
2

SoftEtherPy

SoftEther VPN Server Python Management API
Python
61
star
3

vkaudiofs

FUSE virtual file system for VK (VKontakte) audio records
C
25
star
4

yadisk-link-extractor

Get direct links from sharing links for files stored in Yandex.Disk
Python
14
star
5

Synchromium-iPhone

iPhone application that allows viewing of synchronization data (History, Bookmarks, Passwords) from Google Chrome browser
Objective-C
12
star
6

Torrent-Demagnetizer

Simple web service for converting Torrent Magnet URI to the .torrent files and getting info about the content before the download
JavaScript
9
star
7

pyzway

Python wrapper for Z-Way C API
Python
9
star
8

IntuneWin

Create and extract IntuneWin files programatically.
C#
8
star
9

guacamole-easy-tunnel

The simplest way to integrate RDP, VNC, SSH, Telnet, Kubernetes Console connection to your application.
Java
8
star
10

adult-videos-spider

Adult videos site spider and automatic site generator
Python
3
star
11

Chrome-TV-Forecast

Show Forecast is a free and simple Google Chrome extension that gathers television shows listings from different countries and channels and displays them in the browser pop-up in a convenient way.
3
star
12

libmsi-python

Python CFFI bindings for libmsi from msitools
Python
3
star
13

Doomsday-Map

Map for showing nuclear bombs strike zone, native clone of http://www.carloslabs.com/projects/200712B/GroundZero.html
Objective-C
2
star
14

SumyBusAndroid

Android version for public transportation routes and realtime tracking for Sumy, Ukraine
Java
2
star
15

Mindcollapse-Blog-and-Moho

Django code and static files for http://www.mindcollapse.com/ and http://www.mindcollapse.com/moho/
JavaScript
1
star
16

Privatbank.Business

Privatbank API AutoClient.
C#
1
star
17

SumyBus

iOS version for public transportation routes and realtime tracking for Sumy, Ukraine
Objective-C
1
star
18

pebble-android-detective

Pebble and Android applications to output the list of public and private networks
Java
1
star
19

He11o-Worlds-iPhone

Hello Worlds is an iPhone app showing "hello world" code for different programming languages and information about them
Objective-C
1
star
20

mindcollapse-static

mindcollapse.com static site generator
HTML
1
star