Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
/ cloud_extractor Public archive

Documents of the reverse engineered iCloud API, contains a API proxy to easily access iCloud with custom applications and contains an easy-to-use web client to access the iCloud.

License

Notifications You must be signed in to change notification settings

bitterdev/cloud_extractor

Repository files navigation

Cloud Extractor

This web based application enables api access for the iCloud API with an easy-to-use web-interface.

Development Environment

Requirements

  • PHP 7.4
  • PHP ext-ctype
  • PHP ext-iconv
  • Composer

Getting Started

Enter the following commands to run the server:

composer install
php -S 127.0.0.1:8080 -t public

About

Documents of the reverse engineered iCloud API, contains a API proxy to easily access iCloud with custom applications and contains an easy-to-use web client to access the iCloud.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published