anoved / ReadingListReader

Python library to read contents of Safari Reading List. Includes scripts to output as CSV or "bookmarks" file format and to upload to Instapaper.
http://anoved.net/2012/02/reading-list-reader/
MIT License
149 stars 19 forks source link

Provide similar access to iCloud Tabs #10

Closed anoved closed 11 years ago

anoved commented 11 years ago

Which, at first glance, appear to be stored in ~/Library/SyncedPreferences/com.apple.Safari.plist or ~/Library/SyncedPreferences/com.apple.SafariServices.plist, which basically contains a dict of what looks like device or iCloud IDs, with Safari tabs (titles and URLs only) from each device listed beneath.

anoved commented 11 years ago

Done, as a separate little lib: https://github.com/anoved/iCloudTabsReader