{"id":20316168,"url":"https://github.com/ehamiter/bookerics-importer","last_synced_at":"2025-08-03T13:15:17.818Z","repository":{"id":244704678,"uuid":"816014132","full_name":"ehamiter/bookerics-importer","owner":"ehamiter","description":"blazing fast bookerics importer","archived":false,"fork":false,"pushed_at":"2024-08-31T21:47:33.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T12:53:54.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ehamiter.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-16T20:26:30.000Z","updated_at":"2024-08-31T21:48:51.000Z","dependencies_parsed_at":"2024-06-16T21:35:49.979Z","dependency_job_id":"cd7aede2-7aec-4d51-b41a-5b4880c26f88","html_url":"https://github.com/ehamiter/bookerics-importer","commit_stats":null,"previous_names":["ehamiter/bookerics-importer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehamiter%2Fbookerics-importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehamiter%2Fbookerics-importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehamiter%2Fbookerics-importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehamiter%2Fbookerics-importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ehamiter","download_url":"https://codeload.github.com/ehamiter/bookerics-importer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818902,"owners_count":20025210,"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":[],"created_at":"2024-11-14T18:24:44.139Z","updated_at":"2025-03-04T09:13:56.075Z","avatar_url":"https://github.com/ehamiter.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bookerics-importer\n\nblazing fast [bookerics](https://bookerics.com) importer\n\n\n## what?\n\nThis takes in a `\u003c!DOCTYPE NETSCAPE-Bookmark-file-1\u003e`-compliant \ngenerated file from a browser or web service like pinboard.in and transmogrifies it into a sqlite3 db file, suitable for use in a web application like bookerics™.\n\n## table structure\n```\nPRAGMA table_info(bookmarks);\n\n[\n (0, 'id', 'INTEGER', 0, None, 1),\n (1, 'title', 'TEXT', 1, None, 0),\n (2, 'description', 'TEXT', 0, None, 0),\n (3, 'url', 'TEXT', 1, None, 0),\n (4, 'thumbnail_url', 'TEXT', 0, None, 0),  # \u003cinitially left blank for future population\u003e\n (5, 'tags', 'TEXT', 0, None, 0),\n (6, 'created_at', 'TEXT', 1, \"datetime('now')\", 0),\n (7, 'updated_at', 'TEXT', 1, \"datetime('now')\", 0)\n]\n```\n\n\n## buildage\n\n```\n❯ cargo build --release\n```\nexecutable will be built in `./target/relase/`. link it somewhere or move it somewhere on your PATH\n\n\n## usage\n\n```\n❯ bookerics_importer --help\nbookerics_importer 0.1.0\n\nUSAGE:\n    bookerics_importer \u003cinput\u003e \u003coutput\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nARGS:\n    \u003cinput\u003e     The path to the bookmarks HTML file\n    \u003coutput\u003e    The path to the output SQLite database file\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehamiter%2Fbookerics-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehamiter%2Fbookerics-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehamiter%2Fbookerics-importer/lists"}