{"id":34852745,"url":"https://github.com/streamr-dev/client-streamr","last_synced_at":"2025-12-25T19:28:40.683Z","repository":{"id":277134447,"uuid":"930820452","full_name":"streamr-dev/client-streamr","owner":"streamr-dev","description":"Streamr SDK wrapper for ElizaOS","archived":false,"fork":false,"pushed_at":"2025-02-13T09:10:47.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-20T15:03:03.233Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/streamr-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-11T09:12:32.000Z","updated_at":"2025-02-13T09:10:51.000Z","dependencies_parsed_at":"2025-02-12T10:46:02.090Z","dependency_job_id":"25de56df-fdbc-4e36-ab70-69a65022fb2b","html_url":"https://github.com/streamr-dev/client-streamr","commit_stats":null,"previous_names":["streamr-dev/client-streamr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/streamr-dev/client-streamr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fclient-streamr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fclient-streamr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fclient-streamr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fclient-streamr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamr-dev","download_url":"https://codeload.github.com/streamr-dev/client-streamr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fclient-streamr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28035527,"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","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"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":"2025-12-25T19:28:36.772Z","updated_at":"2025-12-25T19:28:40.667Z","avatar_url":"https://github.com/streamr-dev.png","language":"TypeScript","readme":"# @elizaos-plugins/client-streamr Streamr Client for ElizaOS\n\nThe Streamr client provides ElizaOS with capabilities to connect to Streamr P2P network and publish and subscribe messages in real-time to the network.\n\n**Key Features**\n- Initialize Streamr client\n- Publish messages to a Streamr stream\n- Subscribe to a Streamr stream\n- Handle incoming messages from a Streamr stream\n\n## Installation\nAdd streamr client plugin to your package.json\n```\n{\n    \"dependencies\": {\n        \"@elizaos-plugins/client-streamr\": \"github:streamr-dev/client-streamr\"\n    }\n}\n```\n\n## Configuration\n\nAdd Env parameters to your .env file:\n\n```\nSTREAMR_WALLET=0x1234567890123456789012345678901234567890   //your wallet private key that has access to the stream\n```\n\n## Usage\n\nAdd stream client to your plugins definition.\n\n```typescript\nimport { StreamrElizaClient } from \"@elizaos-plugins/client-streamr\";\n\nexport const streamrPlugin: Plugin = {\n    name: \"my-awesome-plugin\",\n    description: \"My Awesome Plugin\",\n    providers: [],\n    evaluators: [],\n    services: [],\n    actions: [],\n    clients: [StreamrElizaClient]\n}\n```\n\n\n\n\n\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamr-dev%2Fclient-streamr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamr-dev%2Fclient-streamr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamr-dev%2Fclient-streamr/lists"}