{"id":23663431,"url":"https://github.com/eyolas/privatebin","last_synced_at":"2026-02-27T04:05:10.476Z","repository":{"id":268996484,"uuid":"902004233","full_name":"eyolas/privatebin","owner":"eyolas","description":"Client Library to interact with privatebin (https://privatebin.net)","archived":false,"fork":false,"pushed_at":"2025-02-27T13:26:48.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-07T00:39:05.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/eyolas.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","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-12-11T18:06:30.000Z","updated_at":"2025-02-27T13:26:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"53ab0457-b21a-4b9b-a753-99734a99d487","html_url":"https://github.com/eyolas/privatebin","commit_stats":null,"previous_names":["eyolas/privatebin"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/eyolas/privatebin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyolas%2Fprivatebin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyolas%2Fprivatebin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyolas%2Fprivatebin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyolas%2Fprivatebin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyolas","download_url":"https://codeload.github.com/eyolas/privatebin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyolas%2Fprivatebin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29884515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","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":[],"created_at":"2024-12-29T05:28:20.274Z","updated_at":"2026-02-27T04:05:10.455Z","avatar_url":"https://github.com/eyolas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @eyolas/privatebin\n\nClient Library to interact with privatebin (https://privatebin.net)\n\n### Installation\n\nDeno\n\n```bash\ndeno add jsr:@eyolas/privatebin\n```\n\npnpm\n\n```bash\npnpm dlx jsr add @eyolas/privatebin\n```\n\n### Usage\n\n```typescript\nimport { createKey, PrivatebinClient } from \"@eyolas/privatebin\";\n\nconst urlPrivatebin = \"https://privatebin.net\";\nconst privatebin = new PrivatebinClient(urlPrivatebin);\nconst key = createKey();\nconst msg = \"Hello World!\";\n\nconst opts = {\n  textformat: \"plaintext\",\n  expire: \"1week\",\n  burnafterreading: 1,\n  opendiscussion: 0,\n  output: \"text\",\n  compression: \"zlib\",\n} satisfies PrivatebinOptions;\n\nconst paste = await privatebin.sendText(msg, key, opts);\nconsole.log(privatebin.getUrl(paste, key));\nconsole.log(await privatebin.getText(paste.id, key));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyolas%2Fprivatebin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyolas%2Fprivatebin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyolas%2Fprivatebin/lists"}