TheCatLady/docker-webhook

How do we use this container?

lmorao opened this issue · 1 comments

How do you use this container?
After receiving a webhook, I want some action to occur, in my case I want to send an http request somewhere.
What language can I write some code do do an action after receiving the webhook?
I've tried building a go script in it, and it runs, except that when I include a net/http library it won't work.
Is the only option to use sh?
Or is this container supposed to be used for something else, like install python on it and then use a request library to make a request after receiving the webhook?

Thanks for the insight.

Marking this issue as stale because it has had no activity in the last 60 days. If there is no new activity in the next 7 days, the issue will be automatically closed.