Skip to content

devopsengineerDan/Apple-icloud_for_linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icloud For Linux

Icloud for linux is a python module that lets you sync your icloud files locally using icloud webservices. It uses pyicloud with some minor modifications to interact with icloud web services.

Note

This is an unofficial tool, and not affiliated with Apple. USE AT YOUR OWN RISK!

Installation

Icloud for linux uses the keyring to store your apple password. The first time you run the program, you will be prompted to enter your icloud password. Future runs will fetch the password from the keyring.

First Run

Run in terminal

Installing service

Copy icloud_for_linux.service to ~/.config/systemd/user/ and modify ExecStart to point to the location you installed the icloud for linux binary.

systemctl --user enable icloud_for_linux
systemctl --user start icloud_for_linux

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%