{"id":44802872,"url":"https://github.com/arpanrec/bitwarden-exporter","last_synced_at":"2026-02-16T13:36:25.052Z","repository":{"id":113809954,"uuid":"581725422","full_name":"arpanrec/bitwarden-exporter","owner":"arpanrec","description":"Bitwarden Export to Keepass","archived":false,"fork":false,"pushed_at":"2025-12-08T11:28:00.000Z","size":2547,"stargazers_count":5,"open_issues_count":15,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-20T16:45:28.785Z","etag":null,"topics":["backup","bitwarden","bitwarden-cli","keepass","vault","vaultwarden"],"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/arpanrec.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-24T04:52:58.000Z","updated_at":"2025-11-10T17:33:57.000Z","dependencies_parsed_at":"2025-11-29T16:02:14.739Z","dependency_job_id":null,"html_url":"https://github.com/arpanrec/bitwarden-exporter","commit_stats":null,"previous_names":["arpanrec/bitwarden-exporter"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/arpanrec/bitwarden-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpanrec%2Fbitwarden-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpanrec%2Fbitwarden-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpanrec%2Fbitwarden-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpanrec%2Fbitwarden-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arpanrec","download_url":"https://codeload.github.com/arpanrec/bitwarden-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpanrec%2Fbitwarden-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["backup","bitwarden","bitwarden-cli","keepass","vault","vaultwarden"],"created_at":"2026-02-16T13:36:23.790Z","updated_at":"2026-02-16T13:36:25.041Z","avatar_url":"https://github.com/arpanrec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitwarden Exporter\n\nPython Wrapper for [Password Manager CLI](https://bitwarden.com/help/cli/) for exporting bitwarden vaults to KeePass.\n\n## Features\n\n- **Comprehensive data mapping**\n  - Credentials\n  - URIs (Compatible with keepass URL)\n  - Notes (Compatible with keepass note)\n  - TOTP codes (Compatible with keepass totp)\n  - Custom Fields (Compatible with additional attributes)\n  - Identity/Cards (Backup only, not supported by Keepass yet)\n  - Attachments (Compatible with keepass attachment)\n  - SSH keys (Compatible with keepass ssh and attachments)\n  - Fido U2F Keys (Backup only, not supported by Keepass yet)\n- **Preserves vault structure**\n  - Collection and Folder hierarchy is preserved as Keepass groups.\n- Built-in JSON snapshot of vault data for auditing.\n- Configurable CLI with options for duplicates handling, custom temp directory, debug logging, and Bitwarden CLI path.\n\n![Bitwarden Web](./docs/Screenshot_compare_base.png 'Bitwarden Web')\n\n[Other screenshots](./docs/screenshots.md).\n\n## Prerequisites\n\n- [Bitwarden CLI](https://bitwarden.com/help/article/cli/#download-and-install)\n\n- [Python](https://www.python.org/)\n  - [uvx](https://docs.astral.sh/uv/guides/tools/) (optional)\n  - [pipx](https://github.com/pypa/pipx) (optional)\n  - venv (optional)\n\n## Installation\n\n(Recommended) Run with [uvx](https://docs.astral.sh/uv/guides/tools/)\nfrom [PyPI](https://pypi.org/project/bitwarden-exporter/)\n\n```bash\nBW_SESSION=\u003csession token\u003e uvx bitwarden-exporter==1.10.2 --help\n```\n\nor\n\n```bash\nBW_SESSION=\u003csession token\u003e uvx bitwarden-exporter==1.10.2 --help\n```\n\nRun it from [source](https://github.com/arpanrec/bitwarden-exporter)\n\n```bash\nBW_SESSION=\u003csession token\u003e uvx git+https://github.com/arpanrec/bitwarden-exporter.git@main --help\n```\n\nInstall with [pipx](https://github.com/pypa/pipx) from [PyPI](https://pypi.org/project/bitwarden-exporter/)\n\n```bash\nBW_SESSION=\u003csession token\u003e pipx install bitwarden-exporter==1.10.2\n```\n\n## [CLI Usage](./docs/cli.md)\n\nRun `bitwarden-exporter --help` to see all available options.\n\n## Credits\n\n[@ckabalan](https://github.com/ckabalan)\nfor [bitwarden-attachment-exporter](https://github.com/ckabalan/bitwarden-attachment-exporter)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpanrec%2Fbitwarden-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farpanrec%2Fbitwarden-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpanrec%2Fbitwarden-exporter/lists"}