Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.76 KB

File metadata and controls

60 lines (41 loc) · 1.76 KB

Safari

Table of Contents

Introduction

safari is a Python library for manipulating Safari data.

Installation

From pip

pip install safari

From source

pip install git+https://github.com/Yevgnen/safari.git

Usages

Exporting user data (reading list, cloud tabs, bookmarks, histories)

Using the safari script

safari export -s all -t output.yaml

Contribution

Formatting Code

To ensure the codebase complies with a style guide, please use flake8, black and isort tools to format and check codebase for compliance with PEP8.

References