From 47df76641c6b7c5a3d70cf9eba88a50675b62cdc Mon Sep 17 00:00:00 2001 From: Dodai-Dodai <59632014nen@gmail.com> Date: Sat, 18 May 2024 18:12:03 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=8A=E3=81=A9=E3=81=BF=E3=81=AE=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7dcb23b --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# github-activity-notify + +GitHubのコントリビューション数をLine Notifyで知らせます。 + +![](https://raw.githubusercontent.com/Dodai-Dodai/github-activity-notify/branchImage/note/example.jpeg) + +## 使い方 + +環境変数にコントリビューション数を返すAPIのURLとLINE Notifyのトークンを入れて実行 + +```sh +URL=https://github-contributions-api.deno.dev/[GitHub_User_ID].json \ +TOKEN=[Your Line Notify Token] \ +go run . +``` + +こちらのAPIを使っています:https://github.com/kawarimidoll/deno-github-contributions-api + +## Extra + +DockerHub:https://hub.docker.com/repository/docker/dodaidodai/github-activity-notify/general \ No newline at end of file