Receive webhooks and trigger actions based on them.
Go to file
finga c8505b27c5 Parse config file and act upon
All dependencies were updated.

An example configuration file `config.yml` is added to show the
configuration options. Following locations are checked:
- `/etc/webhookey/config.yml`
- `<config_dir>/webhookey/config.yml`
- `./config.yml`

Whereas `<config_dir>` is depending on the platform:
- Linux:   `$XDG_CONFIG_HOME` or `$HOME/.config`
- macOS:   `$HOME/Library/Application Support`
- Windows: `{FOLDERID_RoamingAppData}`

Each hook's action is executed if all of the specified filters match.
2021-03-03 15:36:31 +01:00
src Parse config file and act upon 2021-03-03 15:36:31 +01:00
.gitignore Parse JSON from post request 2021-02-02 11:17:27 +01:00
Cargo.lock Parse config file and act upon 2021-03-03 15:36:31 +01:00
Cargo.toml Parse config file and act upon 2021-03-03 15:36:31 +01:00
config.yml Parse config file and act upon 2021-03-03 15:36:31 +01:00