Simple bot which pushes commits to github adding a string to a specific file
- install Rust from https://rustup.rs/
- install git
- clone this repo
- run
cargo build --release
- run binary executable in
target/release/github-commit-bot
https://github.com/pavelkvasnikov/github-commit-bot/releases currently available only for Linux
Example run
nohup ./github-commit-bot [email protected]:username/reponame.git path=local_dir_path ssh_pub_key=/home/username/.ssh/id_rsa.pub ssh_private_key=/home/username/.ssh/id_rsa username=username [email protected] file=file_in_repo_to_commit timeout=integer_in_milliseconds > /dev/null &
bot writes to log/default_log.log
file only, no stdout/stderr
No FAQ, ask qustions and request features via issues