{"id":25229995,"url":"https://github.com/okuzawats/chatwork-messaging-action","last_synced_at":"2025-10-26T07:32:24.300Z","repository":{"id":58274027,"uuid":"530888179","full_name":"okuzawats/chatwork-messaging-action","owner":"okuzawats","description":"Chatwork の Room にメッセージを送信する Action です。","archived":false,"fork":false,"pushed_at":"2024-08-08T04:37:59.000Z","size":50,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T00:42:50.666Z","etag":null,"topics":["chatwork","github-actions","githubactions","ruby"],"latest_commit_sha":null,"homepage":"","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/okuzawats.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2022-08-31T01:07:17.000Z","updated_at":"2025-01-28T12:07:13.000Z","dependencies_parsed_at":"2023-10-20T03:55:13.025Z","dependency_job_id":"9c92ac3e-dac1-4ee2-9bb3-85caa206a4e3","html_url":"https://github.com/okuzawats/chatwork-messaging-action","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":"0.050000000000000044","last_synced_commit":"d8dd76e47412b622b2036e1a8c209869be3a97ef"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":"actions/hello-world-docker-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okuzawats%2Fchatwork-messaging-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okuzawats%2Fchatwork-messaging-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okuzawats%2Fchatwork-messaging-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okuzawats%2Fchatwork-messaging-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okuzawats","download_url":"https://codeload.github.com/okuzawats/chatwork-messaging-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238290023,"owners_count":19447509,"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","github-actions","githubactions","ruby"],"created_at":"2025-02-11T11:54:05.451Z","updated_at":"2025-10-26T07:32:19.043Z","avatar_url":"https://github.com/okuzawats.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatwork messaging action\n\n[![actionlint](https://github.com/okuzawats/chatwork-messaging-action/actions/workflows/actionlint.yml/badge.svg?branch=main)](https://github.com/okuzawats/chatwork-messaging-action/actions/workflows/actionlint.yml)\n[![rubocop](https://github.com/okuzawats/chatwork-messaging-action/actions/workflows/rubocop.yml/badge.svg?event=pull_request)](https://github.com/okuzawats/chatwork-messaging-action/actions/workflows/rubocop.yml)\n[![yamllint](https://github.com/okuzawats/chatwork-messaging-action/actions/workflows/yamllint.yml/badge.svg?branch=main)](https://github.com/okuzawats/chatwork-messaging-action/actions/workflows/yamllint.yml)\n\nChatwork の Room にメッセージを送信する Action です。\n\n以下の Chatwork API を使用しています。\n\n- https://developer.chatwork.com/reference/post-rooms-room_id-messages\n\n## 使い方\n\n以下のように使用します。\n\n```yml\n- uses: okuzawats/chatwork-messaging-action@v2.0 # またはコミットハッシュを使用してください。\n  with:\n    apiToken: ${{ secrets.API_KEY }} # Chatwork の API キーです。secrets の利用を推奨します。\n    roomId: ${{ secrets.ROOM_ID }} # Chatwork の Room ID です。secrets の利用を推奨します。\n    message: 'ここにメッセージを書きます。'\n```\n\nワークフロー構文の書き方は、本リポジトリの `.github/workflows/` 内に格納してある、[example.yml](https://github.com/okuzawats/chatwork-messaging-action/blob/main/.github/workflows/example.yml)も参考にしてください。\n\n## Chatwork の使い方\n\n### API トークン\n\n[Chatwork API へようこそ！](https://developer.chatwork.com/docs)から「API の利用申請」を行い、発行された ID です。この ID を用いて投稿されたチャットは、この ID を発行したユーザーのチャットとして扱われます。\n\n### ルーム ID\n\n- チャットの説明 \u003e グループチャットの設定 \u003e チャット情報 \u003e 画面下部のルーム ID\n\nまたは\n\n- Web 版でチャットルームを開いた時、URL に含まれる `rid` 以下の数字\n\nです。\n\n### ユーザー ID\n\n- 自分宛に返信した時に `aid=XXXXXXX` と表示される `XXXXXXX` の部分\n\n### メッセージ記法\n\nChatwork のメッセージ記法については、以下を参照してください。\n\n- [メッセージ記法について](https://developer.chatwork.com/docs/message-notation)\n\n## バグ報告\n\n本リポジトリに Issue を作成してください。どのような状況で、どのようなバグが発生したのかを教えてください 🙇\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokuzawats%2Fchatwork-messaging-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokuzawats%2Fchatwork-messaging-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokuzawats%2Fchatwork-messaging-action/lists"}