{"id":50170870,"url":"https://github.com/useformseal/fetch","last_synced_at":"2026-06-11T19:00:16.569Z","repository":{"id":337021001,"uuid":"1148249516","full_name":"useFormseal/fetch","owner":"useFormseal","description":"CLI tool for fetching encrypted form submissions from your storage backend.","archived":false,"fork":false,"pushed_at":"2026-06-04T19:56:07.000Z","size":379,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T21:37:49.466Z","etag":null,"topics":["cli","cloudflare-kv","formseal-ecosystem","privacy","redis","security","supabase"],"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/useFormseal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/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":"2026-02-02T18:45:25.000Z","updated_at":"2026-06-04T19:55:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/useFormseal/fetch","commit_stats":null,"previous_names":["grayguava/formseal-sync","grayguava/formseal-fetch","useformseal/fetch"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/useFormseal/fetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useFormseal%2Ffetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useFormseal%2Ffetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useFormseal%2Ffetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useFormseal%2Ffetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/useFormseal","download_url":"https://codeload.github.com/useFormseal/fetch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useFormseal%2Ffetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34213179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["cli","cloudflare-kv","formseal-ecosystem","privacy","redis","security","supabase"],"created_at":"2026-05-24T23:14:32.900Z","updated_at":"2026-06-11T19:00:16.509Z","avatar_url":"https://github.com/useFormseal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"fsf.png\" alt=\"formseal-fetch\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/pypi/v/formseal-fetch?style=flat\u0026label=pypi\u0026labelColor=1e293b\u0026color=3776ab\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-fc8181?style=flat\u0026labelColor=1e293b\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/useFormseal/fetch/publish.yml\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/formseal-ecosystem-10b981?style=flat\u0026labelColor=1e293b\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Download encrypted form submissions from your storage backend.\n\u003c/p\u003e\n\n\n\nformseal-fetch pulls ciphertexts stored by your backend down to your machine. Nothing is decrypted in transit or on the server — only the holder of the private key can read submissions.\n\nformseal-fetch is not a hosted service or dashboard. It is a CLI fetch utility.\n\n\n\n## Installation\n\n**Via pipx (recommended)**\n\n```bash\npipx install formseal-fetch\n```\n\n**Via pip**\n\n```bash\npip install formseal-fetch\n```\n\n\n\n## Quick start\n\n```bash\nfsf connect provider:\u003cname\u003e\nfsf fetch\nfsf status\n```\n\n\n\n## How it works\n\n```\nBrowser (formseal-embed)\n       │\n       ▼ (encrypted submissions)\n Cloudflare KV / Supabase / any other server\n       │\n       ▼ (fsf fetch)\n  ciphertexts.jsonl ──► Your PC\n```\n\nYour backend stores opaque ciphertext only. `fsf fetch` downloads it. Decryption happens separately, offline, with your private key.\n\n\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `fsf` | Show about / info |\n| `fsf connect` | Connect to a storage provider |\n| `fsf fetch` | Download ciphertexts |\n| `fsf status` | Show connection info |\n| `fsf disconnect` | Clear credentials |\n| `fsf disconnect --wipe` | Clear everything including ciphertexts |\n| `fsf --providers` | List available backends |\n\nRun `fsf --help` for all options.\n\n\n\n## Security\n\n\u003e Ciphertexts are encrypted at the source by formseal-embed. fsf only handles encrypted data — a backend compromise yields no plaintext.\n\nYour API tokens never leave your machine. formseal-fetch:\n\n- Stores credentials in your OS keychain (Windows Credential Manager / macOS Keychain / Linux Secret Service)\n- Makes direct API calls to your storage backend only\n- Sends no telemetry, has no analytics\n- Skips already-downloaded ciphertexts automatically\n\n\n\n## Documentation\n\nFull documentation is in the [docs](./docs/README.md) directory.\n\n## For developers\n\n- [Provider guide](./docs/providers/README.md) — Add new storage backends\n- [CONTRIBUTING.md](./CONTRIBUTING.md) — Full contributing guide\n\n\n\nPlease star the repo if you find formseal-fetch useful.\n\n\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseformseal%2Ffetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuseformseal%2Ffetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseformseal%2Ffetch/lists"}