Skip to content

Commit

Permalink
Merge pull request #33 from Dodai-Dodai/addReadme
Browse files Browse the repository at this point in the history
りどみの追加
  • Loading branch information
Dodai-Dodai authored May 18, 2024
2 parents 8280b20 + 47df766 commit dff5322
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dff5322

Please sign in to comment.