Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 3.09 KB

README.org

File metadata and controls

92 lines (66 loc) · 3.09 KB

Resworb

Table of Contents

Introduction

resworb is a Python library for manipulating browser data.

Supported resources (WIP)

SafariFirefoxChrome
Opened tabs
Cloud tabs
Reading list
Bookmarks
Histories

Installation

From pip

pip install resworb

From source

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

Usages

Please note that the browser database may be locked if your browser is running.

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

Using scripts

safari export -s all -t output.yaml

Notes

  1. Currently on tested on macOS.
  2. Some interfaces may only work as expected when the browser is not running.

  • Better exception handling.
  • Cross-platform support.
    • Support for Linux, Windows.
    • Remove platform dependent code.
  • Fine-grained interfaces.

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