An open API service indexing awesome lists of open source software.

https://github.com/josxa/chromemarks

A Python library for accessing the local Chrome Bookmarks store.
https://github.com/josxa/chromemarks

Last synced: 25 days ago
JSON representation

A Python library for accessing the local Chrome Bookmarks store.

Awesome Lists containing this project

README

          

# chromemarks

A Python library for accessing the local Chrome Bookmarks store.

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/chromemarks)](https://pypi.org/project/chromemarks/)
[![PyPI](https://img.shields.io/pypi/v/chromemarks)](https://pypi.org/project/chromemarks/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/josxa/chromemarks/Build/main)](https://github.com/JosXa/chromemarks/actions?query=workflow%3ABuild)

## Installation

`pip install chromemarks`

## Usage

See [examples](https://github.com/JosXa/chromemarks/tree/main/examples).