{"id":28625698,"url":"https://github.com/joscha/paperless-exporter","last_synced_at":"2026-04-20T04:05:50.773Z","repository":{"id":288686169,"uuid":"825799404","full_name":"joscha/paperless-exporter","owner":"joscha","description":"Export from Mariner Paperless to Obsidian markdown","archived":false,"fork":false,"pushed_at":"2025-05-03T21:58:52.000Z","size":4320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T19:37:20.202Z","etag":null,"topics":["mariner","obsidian","obsidian-md","paperless"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Geekfish/paperless-exporter","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joscha.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-08T14:17:56.000Z","updated_at":"2025-05-03T21:57:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"3469a2ea-907c-4368-9c81-f5197e48b4bc","html_url":"https://github.com/joscha/paperless-exporter","commit_stats":null,"previous_names":["joscha/paperless-exporter"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/joscha/paperless-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joscha%2Fpaperless-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joscha%2Fpaperless-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joscha%2Fpaperless-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joscha%2Fpaperless-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joscha","download_url":"https://codeload.github.com/joscha/paperless-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joscha%2Fpaperless-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32032306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["mariner","obsidian","obsidian-md","paperless"],"created_at":"2025-06-12T08:11:15.222Z","updated_at":"2026-04-20T04:05:48.412Z","avatar_url":"https://github.com/joscha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# paperless-exporter\n\n[![PyPI version](https://img.shields.io/pypi/v/paperless-exporter)](https://pypi.org/project/paperless-exporter/)\n\nExport from Mariner Paperless (gone out of business)\n\n![CLI recording](https://github.com/user-attachments/assets/df400f05-2e22-4ba6-8be3-757ac782d6c2)\n\nto:\n\n- [Obsidian](https://obsidian.md/)-compatible Markdown. See:\n  ![paperless](https://github.com/user-attachments/assets/25a937fd-e87c-42b5-9cac-9c8b52cad7b3)\n  becomes\n  ![obsidian graph](https://github.com/user-attachments/assets/76699715-7fd4-4aa1-8308-eeccf1b4dd25)\n  and\n  ![obsidian document](https://github.com/user-attachments/assets/7a6c7b0b-de43-4331-96ca-ae999ecc2927)\n\n- Others? Pull requests welcome\n\n## Features\n\n- Document export (library document and original document, fallback to thumbnail)\n- Collection support\n- Tags support\n- Category support\n\n## Limitations\n\n- Your library is NOT encrypted. If it is encrypted you need to remove\n  the encryption with your password through the app first.\n- This exports only a subset of all fields.\n\n## Command Line Usage\n\nAfter installing the package, you can use the CLI to export your Paperless library:\n\n```sh\npaperless-exporter \u003cpath-to-paperless-library\u003e \u003coutput-folder\u003e\n```\n\n- `\u003cpath-to-paperless-library\u003e`: Path to your Paperless library directory\n  (must end in `.paperless` and contain `DocumentWallet.documentwalletsql`).\n- `\u003coutput-folder\u003e`: Path to an empty directory where the\n  Obsidian-compatible Markdown library will be generated.\n\nExample:\n\n```sh\npaperless-exporter ~/Documents/library.paperless ~/Documents/obsidian-library\n```\n\nIf the output folder does not exist, it will be created.\nIf it exists, it must be empty.\n\n### Additional Options\n\n- `--check-orphans`: Check for orphaned files in the Paperless library\n  (files that exist in the Documents directory but are not referenced by any receipt).\n  This option can be used without specifying an output folder.\n\nRun `paperless-exporter --help` for more information.\n\n## Final Disclaimer\n\nFeel free to use or improve this, but you do so at your own risk.\nI'm not responsible for any data loss or other issues caused by the\nuse of this code and I am in no way affiliated with Mariner Software/Paperless.\n\n## Attribution\n\nAn initial version was forked from [Geekfish/paperless-exporter](https://github.com/Geekfish/paperless-exporter)\nand used as a base for this source code.\n\n## Similar projects\n\n- [paperless-to-paperless-ngx](https://github.com/jcjones/paperless-to-paperless-ngx)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoscha%2Fpaperless-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoscha%2Fpaperless-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoscha%2Fpaperless-exporter/lists"}