Skip to content

Line bot for sending GitHub push webhook to Line, but in Rust

Notifications You must be signed in to change notification settings

Kayxue/GitHubPushWebhookLineBotRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHubPushWebhookLineBotRust

A line bot which can send Github push webhook message to line.

[繁體中文]

Run Directly

  1. Clone the project
  2. Please prepare a .env file and put it in root of project directory
ACCESSTOKEN=<LINE_BOT_ACCESS_TOKEN>
  1. Open a terminal, cd into project directory, and run the project with command below
cargo run

Docker Image Support Architecture

  • linux/arm64
  • linux/amd64

Run the Docker Image

docker run --name notificationlinebot -p 3000:3000 -e ACCESSTOKEN=<LINE_BOT_ACCESS_TOKEN> -d ghcr.io/kayxue/githubpushwebhooklinebotrust:latest

Contribution

Contributions are welcome, and please follow Code of conduct

About

Line bot for sending GitHub push webhook to Line, but in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages