{"id":14155344,"url":"https://github.com/BURG3R5/firefox-bookmarks","last_synced_at":"2025-08-06T01:31:01.358Z","repository":{"id":183225473,"uuid":"668399717","full_name":"BURG3R5/firefox-bookmarks","owner":"BURG3R5","description":"Manage your Firefox bookmarks with ease","archived":false,"fork":false,"pushed_at":"2024-07-05T08:31:22.000Z","size":142,"stargazers_count":6,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-08T02:48:24.598Z","etag":null,"topics":["firefox","firefox-bookmarks","peewee","python","python-library"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/firefox-bookmarks/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BURG3R5.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-19T18:01:57.000Z","updated_at":"2024-07-05T08:29:39.000Z","dependencies_parsed_at":"2023-07-23T14:26:13.991Z","dependency_job_id":"f3efdb4f-24a7-42c4-9538-dad72f56460f","html_url":"https://github.com/BURG3R5/firefox-bookmarks","commit_stats":null,"previous_names":["burg3r5/firefox-bookmarks"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BURG3R5%2Ffirefox-bookmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BURG3R5%2Ffirefox-bookmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BURG3R5%2Ffirefox-bookmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BURG3R5%2Ffirefox-bookmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BURG3R5","download_url":"https://codeload.github.com/BURG3R5/firefox-bookmarks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228694170,"owners_count":17958191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firefox","firefox-bookmarks","peewee","python","python-library"],"created_at":"2024-08-17T08:02:54.430Z","updated_at":"2024-12-09T02:31:17.689Z","avatar_url":"https://github.com/BURG3R5.png","language":"Python","funding_links":[],"categories":["python-library"],"sub_categories":[],"readme":"![README banner for firefox-bookmarks](https://i.imgur.com/oZ2vyCx.png)\n\n![CI Status](https://img.shields.io/github/actions/workflow/status/BURG3R5/firefox-bookmarks/integration_tests.yml?branch=main\u0026style=flat-square) ![PyPI](https://img.shields.io/badge/pypi-1.2.0-blue?style=flat-square) ![License - AGPL v3 or later](https://img.shields.io/pypi/l/firefox-bookmarks?style=flat-square) ![Code style: YAPF](https://img.shields.io/badge/code%20style-yapf-blue?style=flat-square) ![Code style: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat-square)\n\n# firefox-bookmarks\n\nManage your Firefox bookmarks with ease\n\n## installation\n\n```shell\npip install firefox-bookmarks\n```\n\n## usage\n\nImport and initialize:\n\n```python\nfrom firefox_bookmarks import *\n\nfb = FirefoxBookmarks()\n\n# You can pass a `ProfileCriterion` to choose from multiple profiles\nfb.connect(criterion=ProfileCriterion.LARGEST)\n```\n\nQuery as you would in peewee (or Django or SQLAlchemy)\n\n```python\ngithub_bookmarks = fb.bookmarks(\n    where=Bookmark.url.contains(\"https://github.com\"),\n)\n\nfor bookmark in github_bookmarks:\n    print(f\"Title: {bookmark.title}\\nURL: {bookmark.url}\\n\")\n```\n\n## examples\n\nSee [the examples directory](https://github.com/BURG3R5/firefox-bookmarks/tree/main/examples)\n\n## contributing\n\nWant to fix a bug, add a feature, or improve documentation? Awesome! Read up on our [guidelines for contributing](https://github.com/BURG3R5/firefox-bookmarks/blob/main/.github/CONTRIBUTING.md) and then visit our [/contribute page](https://github.com/BURG3R5/firefox-bookmarks/contribute) to find good first issues! Pull requests are always welcome!\n\n## license\n\nCopyright (C) 2023 Aditya Rajput \u0026 other contributors\n\nThis software is licensed under the **Affero GPL v3**. You should have received [a copy](https://github.com/BURG3R5/firefox-bookmarks/blob/main/LICENSE) of the Affero GPL v3 along with this program. If not, you can visit the original [here](https://www.gnu.org/licenses/agpl-3.0.html#license-text).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBURG3R5%2Ffirefox-bookmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBURG3R5%2Ffirefox-bookmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBURG3R5%2Ffirefox-bookmarks/lists"}