Skip to content

you06/prmbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prmbot

A bot which ping ping ping frequently.

Remind you to reply the issues.

Quick Start

Copy config.example.toml to config.toml, update your GitHub token and watched repos.

GitHub token can be generated from here https://github.com/settings/tokens/new.

Slack token can be generated from here https://api.slack.com/apps. Make sure using the OAuth access token and user token scopes are required.

cargo build --release
./target/release/prmbot -c config.toml

Build musl with static link, musl-tools, pkg-config, libssl-dev are required for this.

cargo build --release --target x86_64-unknown-linux-musl
./target/x86_64-unknown-linux-musl/release/prmbot -c config.toml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages