{"id":18221823,"url":"https://github.com/karlicoss/pinbexport","last_synced_at":"2025-10-24T09:06:48.890Z","repository":{"id":40331832,"uuid":"211657945","full_name":"karlicoss/pinbexport","owner":"karlicoss","description":"Export your bookmarks from Pinboard","archived":false,"fork":false,"pushed_at":"2023-11-06T23:01:03.000Z","size":31,"stargazers_count":29,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T20:05:11.520Z","etag":null,"topics":["backup","data-liberation","export","pinboard","takeout"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karlicoss.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-29T12:15:09.000Z","updated_at":"2025-03-10T06:28:04.000Z","dependencies_parsed_at":"2022-08-09T17:30:57.468Z","dependency_job_id":null,"html_url":"https://github.com/karlicoss/pinbexport","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/karlicoss%2Fpinbexport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlicoss%2Fpinbexport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlicoss%2Fpinbexport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlicoss%2Fpinbexport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karlicoss","download_url":"https://codeload.github.com/karlicoss/pinbexport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246925206,"owners_count":20855857,"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":["backup","data-liberation","export","pinboard","takeout"],"created_at":"2024-11-03T22:04:38.633Z","updated_at":"2025-10-04T23:49:49.695Z","avatar_url":"https://github.com/karlicoss.png","language":"Python","readme":"#+begin_src python :dir src :results drawer :exports results\nimport pinbexport.export as E; return E.make_parser().prog\n#+end_src\n\n#+RESULTS:\n:results:\nExport your bookmarks from [[https://pinboard.in][Pinboard]]\n:end:\n\n* Setting up\n1. The easiest way is ~pip3 install --user git+https://github.com/karlicoss/pinbexport~.\n\n   Alternatively, use ~git clone --recursive~, or ~git pull \u0026\u0026 git submodule update --init~. After that, you can use ~pip3 install --editable~.\n2. Get your Pinboard =token= from [[https://pinboard.in/settings/password][password]] page.\n\n* Exporting\n\n#+begin_src python :dir src :results drawer :exports results\nimport pinbexport.export as E; return E.make_parser().epilog\n#+end_src\n\n#+RESULTS:\n:results:\n\nUsage:\n\n*Recommended*: create =secrets.py= keeping your api parameters, e.g.:\n\n\n: token = \"TOKEN\"\n\n\nAfter that, use:\n\n: python3 -m pinbexport.export --secrets /path/to/secrets.py\n\nThat way you type less and have control over where you keep your plaintext secrets.\n\n*Alternatively*, you can pass parameters directly, e.g.\n\n: python3 -m pinbexport.export --token \u003ctoken\u003e\n\nHowever, this is verbose and prone to leaking your keys/tokens/passwords in shell history.\n\n\nYou can also import ~export.py~ this as a module and call ~get_json~ function directly to get raw JSON.\n\n\nI *highly* recommend checking exported files at least once just to make sure they contain everything you expect from your export. If not, please feel free to ask or raise an issue!\n\n:end:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarlicoss%2Fpinbexport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarlicoss%2Fpinbexport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarlicoss%2Fpinbexport/lists"}