Sanpo notifies you if your competitors have committed on GitHub
Add the ID of the GitHub user you want to know if he/she committed today to src/data/userList.ts
Push to GitHub and GitHubActions will start and send a notification to LINE at 22:00 every day.
$ git clone https://github.com/jinwatanabe/sanpo.git
$ cd sanpo
https://deno.land/manual@v1.32.4/getting_started/installation
$ cp .env.local .env
-
Create New Channel https://developers.line.biz/ja/
-
Set LINE_API_USER and LINE_API_KEY in the .env
-
Register the same information in secret of GitHubActions https://docs.github.com/ja/actions/security-guides/encrypted-secrets
$ make run
$ make test