Skip to content

sns-sdks/webhooks-demo

Repository files navigation

Webhooks

Simple implementation for webhooks provide by Facebook, Twitter.

Github Action

Premium

Facebook Webhook

Run

By Command

just run command as follows:

uvicorn app.main:app --reload

By Docker

Build it.

docker build -t webhookimage .

Run it.

docker run -d --name webhookcontainer -p 80:80 webhookimage

Releases

No releases published

Packages

No packages published