Skip to content

nymous/bookmarks_collection

Repository files navigation

Bookmarks collection

Build Status Python 3.8+ pre-commit Code style: black Checked with mypy Checked with Bandit Dependabot Status

A tool to serve Firefox bookmarks as API or HTML

Requirements

  • Python 3.8+. You can use pyenv to install multiple versions of Python in parallel.
  • Poetry to manage Python dependencies

Usage

  • "Backup" your bookmarks from Firefox to a JSON file
  • Extract the root bookmark you want to publish with jq (eg. jq '.children[] | select(.guid == "toolbar_____") | .children[] | select(.guid == "4R2TUlyxQpbx")' bookmarks.json > extract.json)
  • Run the script: python bookmarks_collection/main.py

About

A tool to serve Firefox bookmarks as API or HTML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published