{"id":21820580,"url":"https://github.com/sue445/fluent-plugin-chatwork","last_synced_at":"2025-04-14T02:53:26.666Z","repository":{"id":664279,"uuid":"21211097","full_name":"sue445/fluent-plugin-chatwork","owner":"sue445","description":"fluentd output plugin for post to chatwork","archived":false,"fork":false,"pushed_at":"2025-01-17T13:19:29.000Z","size":116,"stargazers_count":6,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T20:16:58.319Z","etag":null,"topics":["chatwork-api","fluent-plugin","gem"],"latest_commit_sha":null,"homepage":"https://sue445.github.io/fluent-plugin-chatwork/","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/sue445.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2014-06-25T16:52:01.000Z","updated_at":"2025-01-17T13:19:30.000Z","dependencies_parsed_at":"2025-01-17T14:36:05.252Z","dependency_job_id":"c93201bd-2bff-4465-87d2-bde705722d7a","html_url":"https://github.com/sue445/fluent-plugin-chatwork","commit_stats":{"total_commits":121,"total_committers":4,"mean_commits":30.25,"dds":"0.20661157024793386","last_synced_commit":"228999275f65a9807059bb2a7716aa7aa15f923f"},"previous_names":["sue445/fluent-plugin-out_chatwork"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sue445%2Ffluent-plugin-chatwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sue445%2Ffluent-plugin-chatwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sue445%2Ffluent-plugin-chatwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sue445%2Ffluent-plugin-chatwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sue445","download_url":"https://codeload.github.com/sue445/fluent-plugin-chatwork/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813829,"owners_count":21165631,"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","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":["chatwork-api","fluent-plugin","gem"],"created_at":"2024-11-27T16:37:47.187Z","updated_at":"2025-04-14T02:53:26.660Z","avatar_url":"https://github.com/sue445.png","language":"Ruby","readme":"# fluent-plugin-chatwork\n\nfluentd output plugin for post to [ChatWork](http://www.chatwork.com/)\n\n[![Gem Version](https://badge.fury.io/rb/fluent-plugin-chatwork.svg)](http://badge.fury.io/rb/fluent-plugin-chatwork)\n[![test](https://github.com/sue445/fluent-plugin-chatwork/actions/workflows/test.yml/badge.svg)](https://github.com/sue445/fluent-plugin-chatwork/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/sue445/fluent-plugin-chatwork/badge.svg?branch=master)](https://coveralls.io/github/sue445/fluent-plugin-chatwork?branch=master)\n[![Code Climate](https://codeclimate.com/github/sue445/fluent-plugin-chatwork.png)](https://codeclimate.com/github/sue445/fluent-plugin-chatwork)\n[![Inline docs](http://inch-ci.org/github/sue445/fluent-plugin-chatwork.svg?branch=master)](http://inch-ci.org/github/sue445/fluent-plugin-chatwork)\n\n## Requirements\n\n| fluent-plugin-chatwork | fluentd | ruby |\n|------------------------|---------|------|\n| \u003e= 2.0.0 | \u003e= v0.14.0 | \u003e= 2.1 |\n|  \u003c 2.0.0 | \u003e= v0.12.0 | \u003e= 1.9 |\n\n## Installation\n\n\n    $ gem install fluent-plugin-chatwork\n\n## Configure\n\n### For non-buffered\n\n```\n\u003cmatch **\u003e\n  @type        chatwork\n  api_token    YOUR_SECRET_TOKEN\n  room_id      0000000000\n  message      Hello ChatWork!\\n\u003c%= record[\"value\"] %\u003e\n\u003c/match\u003e\n```\n\n### For buffered\n\n```\n\u003cmatch **\u003e\n  @type        chatwork\n  api_token    YOUR_SECRET_TOKEN\n  room_id      0000000000\n  message      Hello ChatWork!\\n\u003c%= record[\"value\"] %\u003e\n  buffered     true\n  \u003cbuffer tag\u003e\n    @type memory\n  \u003c/buffer\u003e\n\u003c/match\u003e\n```\n\n* api_token\n  * secret api token\n* room_id\n  * send message to this room\n* message\n  * message content\n  * support erb format\n  * support newline character (\\n)\n* buffered\n  * Switch non-buffered/buffered output\n\n## Contributing\n\n1. Fork it ( https://github.com/sue445/fluent-plugin-chatwork/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsue445%2Ffluent-plugin-chatwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsue445%2Ffluent-plugin-chatwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsue445%2Ffluent-plugin-chatwork/lists"}