{"id":16161893,"url":"https://github.com/jlilja/bookie","last_synced_at":"2025-04-07T03:30:19.064Z","repository":{"id":39661003,"uuid":"447709592","full_name":"jlilja/bookie","owner":"jlilja","description":"Automating firefox bookmarks as code","archived":false,"fork":false,"pushed_at":"2022-05-28T22:04:17.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T21:17:55.956Z","etag":null,"topics":["firefox","firefox-addon"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jlilja.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-13T18:30:15.000Z","updated_at":"2022-05-28T20:41:53.000Z","dependencies_parsed_at":"2022-09-20T07:40:47.981Z","dependency_job_id":null,"html_url":"https://github.com/jlilja/bookie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlilja%2Fbookie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlilja%2Fbookie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlilja%2Fbookie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlilja%2Fbookie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlilja","download_url":"https://codeload.github.com/jlilja/bookie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247587552,"owners_count":20962732,"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-addon"],"created_at":"2024-10-10T02:28:11.130Z","updated_at":"2025-04-07T03:30:19.000Z","avatar_url":"https://github.com/jlilja.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bookie\n\nThis is a project aimed to automate the process of adding and administrating bookmarks for Firefox.\n\n### Requirements\n\n* Python 3\n* Firefox version \u003e= 3\n\n### Usage\n\n`$ python3 app.py [browser] [profile]`\n\n[browser] currently only supports 'firefox'.\n\n[profile] Can be found by browsing `about:profiles`. Looks like `kyy5y7i1.default-release`.\n\nFor usage of this script without any modification, Bookie will use the `bookmarks-example.yml` file as reference to which bookmarks to create.\n\nThis script will append bookmarks to the existing bookmarks in your filefox profile.\n\n### bookmarks yml file\n\n#### Bookmark\n\n```\ntype\t\t[STRING, REQUIRED] \"bookmark\"\ntitle\t\t[STRING, REQURED] The title of the bookmark.\nurl \t\t[STRING, REQUIRED] The URL to the website of the bookmark.\nchildren\t[LIST] A list of records with bookmarks and/or folders.\n```\nExample:\n\n```\n  - type: bookmark\n    title: Reddit\n    url: https://www.reddit.com\n```\n\n#### Folder\n\n```\ntype\t\t[STRING, REQUIRED] \"folder\"\ntitle\t\t[STRING, REQURED] The title of the folder.\nchildren\t[LIST] A list of records with bookmarks and/or folders.\n```\n\nExample:\n\n```\n  - type: folder\n    title: work\n    children:\n\n      - type: bookmark\n        title: Github\n        url: https://github.com\n\n      - type: folder\n        title: WFH\n        children:\n\n          - type: bookmark\n            title: jitsi\n            url: https://jitsi.org/\n```\n\n### What is missing?\n\n* Option to clear all existing bookmarks and populate the bookmarks defined in `bookmarks-example/private.yml`.\n* creating other bookmark yml file beside bookmarks-example.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlilja%2Fbookie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlilja%2Fbookie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlilja%2Fbookie/lists"}