{"id":43546262,"url":"https://github.com/clear-code/ruby-zulip-client","last_synced_at":"2026-02-03T18:44:33.312Z","repository":{"id":56899457,"uuid":"86959809","full_name":"clear-code/ruby-zulip-client","owner":"clear-code","description":"Zulip client for Ruby","archived":false,"fork":false,"pushed_at":"2025-04-15T08:08:20.000Z","size":25,"stargazers_count":1,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T00:19:32.300Z","etag":null,"topics":["ruby","zulip","zulip-client"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/clear-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-02T03:19:27.000Z","updated_at":"2025-04-15T07:07:54.000Z","dependencies_parsed_at":"2022-08-21T01:50:25.577Z","dependency_job_id":null,"html_url":"https://github.com/clear-code/ruby-zulip-client","commit_stats":null,"previous_names":["okkez/ruby-zulip-client"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/clear-code/ruby-zulip-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clear-code%2Fruby-zulip-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clear-code%2Fruby-zulip-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clear-code%2Fruby-zulip-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clear-code%2Fruby-zulip-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clear-code","download_url":"https://codeload.github.com/clear-code/ruby-zulip-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clear-code%2Fruby-zulip-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29053301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"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":["ruby","zulip","zulip-client"],"created_at":"2026-02-03T18:44:32.626Z","updated_at":"2026-02-03T18:44:33.300Z","avatar_url":"https://github.com/clear-code.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zulip::Client\n\n[Zulip](https://zulip.org/) client for [Ruby](https://www.ruby-lang.org/).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'zulip-client'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install zulip-client\n\n## Usage\n\nSend message to stream:\n\n```ruby\nclient = Zulip::Client.new(site: \"https://zulip.example.com/\",\n                           username: \"test-bot@zulip.example.com\",\n                           api_key: \"xxxxxxxxxxxxx\")\nclient.send_message(type: :stream, to: \"general\", subject: \"projects\", content: \"Hello, Zulip!\")\n```\n\nSend private message to users:\n\n```ruby\nclient.send_message(type: :private, to: \"user@zulip.example.com\", content: \"Hello, Zulip!\")\nclient.send_message(type: :private, to: [\"user1@zulip.example.com\", \"user2@zulip.example.com\"], content: \"Hello, Zulip!\")\n```\n\nReceive all events:\n\n```ruby\nclient.each_event do |event|\n  p event\nend\n```\n\nReceive message event:\n\n```ruby\nclient.each_message do |event|\n  p event\nend\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/okkez/zulip-client.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclear-code%2Fruby-zulip-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclear-code%2Fruby-zulip-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclear-code%2Fruby-zulip-client/lists"}