All Projects → anoved → Icloudtabsreader

anoved / Icloudtabsreader

Licence: mit
Python module to get list of iCloud Tabs currently known to the host Mac.

Programming Languages

python
139335 projects - #7 most used programming language

iCloud Tabs Reader

A very simple Python class to get the current list of iCloud Tabs known to your Mac. The list does not update instantaneously as you browse, but usually seems to catch up within a few seconds.

Installation

sudo python setup.py install

Usage

In Python:

from icloudtablibs import iCloudTabsReader
iCloudTabsReader().tabs

The tabs member of iCloudTabsReader() is a list of current iCloud Tabs. Each tab is represented as a dict with three properties: title, url, and device (the name of the device on which that tab is open).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].