A line bot which can send Github push webhook message to line.
[繁體中文]
- Clone the project
- Please prepare a .env file and put it in root of project directory
ACCESSTOKEN=<LINE_BOT_ACCESS_TOKEN>- Open a terminal, cd into project directory, and run the project with command below
cargo runlinux/arm64linux/amd64
docker run --name notificationlinebot -p 3000:3000 -e ACCESSTOKEN=<LINE_BOT_ACCESS_TOKEN> -d ghcr.io/kayxue/githubpushwebhooklinebotrust:latestContributions are welcome, and please follow Code of conduct