Skip to content

Rmohid/simple-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-webhook

A daemon, in C, to allow simple callback functionality for github's webhooks, based on nweb. Run webhook on a target host and provide a path to executable target scripts. Any get or post request to the hosts ip and port with the specified token and scriptname will trigger execution of that script with the request data passed as arguments on the command line. JSON data is passed unparsed as a single string.

Usage

webhook PORT PATH [token]

and curl 'host:PORT/webhook/token/script?arg1&arg2' to trigger on the command line

About

A daemon to allow simple callback functionality over http

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published