A tool to serve Firefox bookmarks as API or HTML
- Python 3.8+. You can use pyenv to install multiple versions of Python in parallel.
- Poetry to manage Python dependencies
- "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